diff options
author | wbx <wbx@openadk.org> | 2011-04-10 15:38:39 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-10 15:38:39 +0200 |
commit | 0066255aa4d5c652c73b4fa2a758bf43e4925dc3 (patch) | |
tree | 5dfc4ad12c7a50b3e3cecd51789adee60aab3d9c /package/libXext/Makefile | |
parent | 91f781a4dffac4d208d4410e80fae3dca8fd638e (diff) |
add missing dependency
Diffstat (limited to 'package/libXext/Makefile')
-rw-r--r-- | package/libXext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXext/Makefile b/package/libXext/Makefile index 6caddfc93..d99bb7247 100644 --- a/package/libXext/Makefile +++ b/package/libXext/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 9beee7f603907840de9d9e73172e74d0 PKG_DESCR:= X client interface to extensions of the X protocol PKG_SECTION:= x11/libs -PKG_BUILDDEP:= libX11 +PKG_BUILDDEP:= libX11 xextproto PKG_SITES:= ${MASTER_SITE_XORG} PKG_SUBPKGS:= LIBXEXT LIBXEXT_DEV |