diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
commit | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch) | |
tree | bf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/libX11 | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/libX11')
-rw-r--r-- | package/libX11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile index 3a27d724e..6b5594045 100644 --- a/package/libX11/Makefile +++ b/package/libX11/Makefile @@ -13,6 +13,7 @@ PKG_BUILDDEP:= xproto xextproto xtrans libXdmcp libXau xcb-proto PKG_BUILDDEP+= xcmiscproto bigreqsproto kbproto inputproto libxcb PKG_DEPENDS:= libxdmcp libxcb libxau PKG_SITES:= ${MASTER_SITE_XORG} +PKG_LIBNAME:= libx11 PKG_OPTS:= dev ifeq ($(ADK_STATIC),y) |