diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 14:08:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 14:08:23 +0200 |
commit | e4cc8d61290b93fad36ac816d2f6766edfc73e86 (patch) | |
tree | 6e8b28a414dd1b64e0f1dd4f5d935c26c20ca6a6 /package/alsa-lib/Makefile | |
parent | efd624e7924ee0456ea18a1958f38cc9ea52a963 (diff) |
revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all packages that require it
Diffstat (limited to 'package/alsa-lib/Makefile')
-rw-r--r-- | package/alsa-lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index 3be639ffa..9e1c0bedd 100644 --- a/package/alsa-lib/Makefile +++ b/package/alsa-lib/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= libs PKG_URL:= http://www.alsa-project.org/ PKG_SITES:= ftp://ftp.alsa-project.org/pub/lib/ +PKG_ARCH_DEPENDS:= !m68k + PKG_SUBPKGS:= ALSA_LIB ALSA_LIB_DEV PKGSD_ALSA_LIB_DEV:= development files for ALSA PKGSC_ALSA_LIB_DEV:= devel |