diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 10:58:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 10:58:47 +0200 |
commit | ff99570612d9d23292d3c7d91b31de6fba35a580 (patch) | |
tree | 3ac09ffae1e5849e7e8f301dc7811dba3591a866 /package/pixman | |
parent | 00be675757c5f006fae941c516fb0babf4fc5ca7 (diff) |
fix m68k allmodconfig build
Diffstat (limited to 'package/pixman')
-rw-r--r-- | package/pixman/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/pixman/Makefile b/package/pixman/Makefile index 9ed31b20a..5cb1821d9 100644 --- a/package/pixman/Makefile +++ b/package/pixman/Makefile @@ -13,8 +13,6 @@ PKG_BUILDDEP:= libpng PKG_SITES:= http://www.cairographics.org/releases/ PKG_OPTS:= dev -PKG_ARCH_DEPENDS:= !m68k - ifeq ($(ADK_STATIC),y) PKG_OPTS+= libonly endif |