summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorEnrico Weigelt, metux ITS <metuxitservice@googlemail.com>2012-11-16 04:40:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-11-21 14:30:11 +0000
commit3f00bc6717964c2d4db26093b64a68f93c7de906 (patch)
treec06e2fc0a1cfdc2e43b60e36d066b8cdf9dabafd /vcl/Library_vcl.mk
parent0f834124b11d9fe2485455937b8e668813914c69 (diff)
Xlib import via generic pkg-config
Generic importing Xlib+friends via pkg-config, instead of scanning through a list of directories. This is very helpful for non-standard installation pathes and crosscompiling, as the generic pkg-config infrastructure will handle it all. Also dropping the obsolete bundled Xext headers. Conflicts: vcl/prj/build.lst Change-Id: I6ee381030ff9f1d2d83062a17ab55ad3d847a4c6
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 57fd4cfe083a..30ac57e482d7 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -502,7 +502,6 @@ $(eval $(call gb_Library_use_externals,vcl,\
fontconfig \
freetype \
valgrind \
- x11extensions \
))
endif