diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:44:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 12:44:49 +0100 |
commit | 99eb047e1594d0f78832ecae5d8b60509c7da6a4 (patch) | |
tree | e30ffbf34eda2ec1e928ecab45226e72fe1c0196 /package/libxcb | |
parent | 3b3487b093985fe757afe581de713279ff8fc7e7 (diff) |
fix build and runtime dependencies
Diffstat (limited to 'package/libxcb')
-rw-r--r-- | package/libxcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile index 9f7b71508..5684df06b 100644 --- a/package/libxcb/Makefile +++ b/package/libxcb/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= f715e53c9c1b25f856d14d6123663d96 PKG_DESCR:= X11 keyboard library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= python2 libpthread-stubs libxslt libXau +PKG_BUILDDEP:= python2 libpthread-stubs libxslt libXau xcb-proto PKG_SITES:= ${MASTER_SITE_XORG} PKG_SUBPKGS:= LIBXCB LIBXCB_DEVEL |