summaryrefslogtreecommitdiff
path: root/x11_extensions/Makefile
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 /x11_extensions/Makefile
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 'x11_extensions/Makefile')
-rw-r--r--x11_extensions/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/x11_extensions/Makefile b/x11_extensions/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/x11_extensions/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4: