summaryrefslogtreecommitdiff
path: root/extensions/StaticLibrary_plugcon.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-11 17:03:53 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 09:53:09 +0100
commit5c0e6d86a8c9566249df0c0a4bbecc1ca8124a64 (patch)
tree3f68a1dd5dec7d3d51653b4f4615c4d0e9a6361b /extensions/StaticLibrary_plugcon.mk
parent0443d0a90ecb9ac54484c1c2c6b9d74892eb35ae (diff)
normalize values of SYSTEM_CAIRO
Change-Id: I7ba86a2606d585b7b4351bc1fcd6d8ceebca5fd7
Diffstat (limited to 'extensions/StaticLibrary_plugcon.mk')
-rw-r--r--extensions/StaticLibrary_plugcon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/StaticLibrary_plugcon.mk b/extensions/StaticLibrary_plugcon.mk
index 3547593841e8..417dfa280089 100644
--- a/extensions/StaticLibrary_plugcon.mk
+++ b/extensions/StaticLibrary_plugcon.mk
@@ -53,7 +53,7 @@ $(eval $(call gb_StaticLibrary_use_external,plugcon,gtk))
# pick up our cairo libs before they're fully ready, causing problems
# (e.g. using our libpixman and system libcairo). Depend on cairo
# to delay build until cairo is done.
-ifeq ($(SYSTEM_CAIRO),NO)
+ifeq ($(SYSTEM_CAIRO),)
$(eval $(call gb_StaticLibrary_use_external,plugcon,cairo))
endif
endif # ENABLE_GTK=TRUE