diff options
author | wbx <wbx@openadk.org> | 2011-04-13 10:57:00 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-13 10:57:00 +0200 |
commit | 824b97eba0388baf04e9e91d950f24ac01501d47 (patch) | |
tree | 7f94d6b9b3bfae94aa2582f2876e5b35953daeee /package/libXmu/Makefile | |
parent | 93147ab763d26047094c6d71c63840048b53885c (diff) |
add dependencies
Diffstat (limited to 'package/libXmu/Makefile')
-rw-r--r-- | package/libXmu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXmu/Makefile b/package/libXmu/Makefile index d00b6eea8..88e222daf 100644 --- a/package/libXmu/Makefile +++ b/package/libXmu/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 15e1cb9aaf97eae169bfe6944e0a541e PKG_DESCR:= miscellaneous utility functions for X libraries PKG_SECTION:= x11/libs -PKG_BUILDDEP:= libXt +PKG_BUILDDEP:= libXt libXext PKG_SITES:= ${MASTER_SITE_XORG} PKG_SUBPKGS:= LIBXMU LIBXMU_DEV |