mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1478499 - Do not list pixman.h twice in system-headers.h r=froydnj
The file is added both unconditionally and conditionally to no effect. MozReview-Commit-ID: JBZKN2qRf73 --HG-- extra : rebase_source : 74b601ae1d64f8ed7a47b02f79cbef66ac606abc
This commit is contained in:
parent
170f0fe4df
commit
533c7f8511
@ -1296,11 +1296,6 @@ if CONFIG['MOZ_ENABLE_CONTENTMANAGER']:
|
||||
'SelectSingleContentItemPage.h',
|
||||
]
|
||||
|
||||
if not CONFIG['MOZ_TREE_PIXMAN']:
|
||||
system_headers += [
|
||||
'pixman.h',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_SYSTEM_LIBVPX']:
|
||||
system_headers += [
|
||||
'vpx_mem/vpx_mem.h',
|
||||
|
Loading…
Reference in New Issue
Block a user