summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-06-23 10:56:37 +0200
committerPale Moon <git-repo@palemoon.org>2015-06-23 10:56:37 +0200
commitb4b295d3ace34d4dd983a0e07c61cdad2075f883 (patch)
tree6f8c5c127468dde58216053ac3707d59c7ecc567 /config
parent19cd1449867e6d0b4b625327213b68d2e0cd84d5 (diff)
parentad14fac50025458839adc27e7778be8c8c13fd5a (diff)
downloadpalemoon-gre-b4b295d3ace34d4dd983a0e07c61cdad2075f883.tar.gz
Merge branch 'master' into Goanna
Diffstat (limited to 'config')
-rw-r--r--config/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.mk b/config/config.mk
index 760d4b835..3f6006a6f 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -381,7 +381,7 @@ JAVA_IFACES_PKG_NAME = org/mozilla/interfaces
OS_INCLUDES += $(MOZ_JPEG_CFLAGS) $(MOZ_PNG_CFLAGS) $(MOZ_ZLIB_CFLAGS) $(MOZ_WEBP_CFLAGS)
ifndef MOZ_TREE_PIXMAN
-OS_INCLUDES += $(pkg-config --cflags pixman-1)
+OS_INCLUDES += $(shell pkg-config --cflags pixman-1 || true)
endif
# NSPR_CFLAGS and NSS_CFLAGS must appear ahead of OS_INCLUDES to avoid Linux