diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-24 12:27:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-24 12:27:37 +0100 |
commit | ae27d799dd321ae97bd0241ad10ba2be697064a5 (patch) | |
tree | 9f49252e3d43e28a3545bd955bf1d0561c08ba3b /package | |
parent | c2d670541e17b50336b218fa2b55aa5790159b4e (diff) |
disable for musl
Diffstat (limited to 'package')
-rw-r--r-- | package/libvirt/Makefile | 1 | ||||
-rw-r--r-- | package/systemd/Makefile | 2 | ||||
-rw-r--r-- | package/xf86-input-evdev/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 7f06db28e..a6c593f19 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -19,6 +19,7 @@ PKG_OPTS:= dev PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd PKG_ARCH_DEPENDS:= x86 x86_64 +PKG_LIBC_DEPENDS:= eglibc glibc include ${TOPDIR}/mk/package.mk diff --git a/package/systemd/Makefile b/package/systemd/Makefile index f9fd6e624..7094d3a4b 100644 --- a/package/systemd/Makefile +++ b/package/systemd/Makefile @@ -17,7 +17,7 @@ PKG_SITES:= http://www.freedesktop.org/software/systemd/ PKG_LIBNAME:= libudev PKG_OPTS:= dev -PKG_LIBC_DEPENDS:= eglibc glibc musl +PKG_LIBC_DEPENDS:= eglibc glibc PKG_SUBPKGS:= UDEV LIBUDEV PKGSC_LIBUDEV:= libs PKGSD_LIBUDEV:= UDEV library diff --git a/package/xf86-input-evdev/Makefile b/package/xf86-input-evdev/Makefile index d2e5c3db3..5e5e35d53 100644 --- a/package/xf86-input-evdev/Makefile +++ b/package/xf86-input-evdev/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= xorg-server kmod-input-evdev libudev PKG_BUILDDEP:= xorg-server systemd PKG_SITES:= ${MASTER_SITE_XORG} -PKG_LIBC_DEPENDS:= eglibc glibc musl +PKG_LIBC_DEPENDS:= eglibc glibc PKG_ARCH_DEPENDS:= !avr32 !m68k PKG_CFLINE_XF86_INPUT_EVDEV:= depends on ADK_TARGET_WITH_INPUT |