diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-20 21:04:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-20 21:04:27 +0200 |
commit | 2aa7a845f7402af7173246ab4fd0a1be56fea676 (patch) | |
tree | 3712a0bbf4603c1865f0b97e4c3731abded62397 | |
parent | 7310c677852c7a925c55922481052ad0ff7c8310 (diff) |
fix runtime dependency
-rw-r--r-- | package/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index 5706fc573..297b8018c 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 49bb52c99e002bf85eb41d8385d903b5 PKG_DESCR:= x-term with unicode support PKG_SECTION:= x11 -PKG_DEPENDS:= libx11 fontconfig libxft libxml2 -PKG_BUILDDEP+= libX11 fontconfig libXft libxml2 +PKG_DEPENDS:= libx11 fontconfig libxft libxml2 libexpat +PKG_BUILDDEP+= libX11 fontconfig libXft libxml2 expat PKG_URL:= http://software.schmorp.de/pkg/rxvt-unicode.html PKG_SITES:= http://dist.schmorp.de/rxvt-unicode/ diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index e9f603065..905875078 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -9,6 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 0e2cb7e4c35667351d8b7ec28c783e6a PKG_DESCR:= WPA Supplicant with support for WPA and WPA2 PKG_SECTION:= net +PKG_DEPENDS:= libnl +PKG_BUILDDEP+= libnl ifeq (${ADK_PACKAGE_WPA_SUPPLICANT_WITH_OPENSSL},y) PKG_BUILDDEP+= openssl endif |