diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-21 16:28:14 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-21 16:28:14 +0100 |
commit | ec6013c88a7fa59f61a928c2ee7aabed8cbb96c7 (patch) | |
tree | 1f2caf29b89193bc4c9e3996f913a6a39c2886d1 /x11_extensions/Makefile | |
parent | 024cf92581add62866544ae604ff53c89a764ace (diff) |
Revert "Xlib import via generic pkg-config"
It breaks our baseline Linux release builds where x11_extensions
headers are actually used.
This reverts commit 3f00bc6717964c2d4db26093b64a68f93c7de906.
Diffstat (limited to 'x11_extensions/Makefile')
-rw-r--r-- | x11_extensions/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11_extensions/Makefile b/x11_extensions/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/x11_extensions/Makefile @@ -0,0 +1,7 @@ +# -*- 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: |