summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 13:24:08 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 13:24:08 +0200
commit902f9da3e550a1eca808c9352cf79c8c39d3386f (patch)
treec134bd8eea47f3b5a1add39657fdbb0e72dbaf21 /RepositoryExternal.mk
parent81a1c065fd3c0242efa0273eba0aefeebadcd877 (diff)
gnumake4: fix buildbreakers from merge
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 8ba5feebfef1..bc44b8987922 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -272,11 +272,11 @@ endef
else # !SYSTEM_GRAPHITE
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
- graphite \
+ graphite2_off \
))
define gb_LinkTarget__use_graphite
$(call gb_LinkTarget_add_linked_static_libs,$(1),\
- graphite \
+ graphite2_off \
)
endef