From: Florian Fainelli Date: Sun, 18 Jan 2009 13:21:59 +0000 (+0000) Subject: [package] petitboot and libtwin depend on TARGET_ps3 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=901cc9900a7756b802f77e9fc4618f8e57bc3846 [package] petitboot and libtwin depend on TARGET_ps3 SVN-Revision: 14088 --- diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index aa63331d5f..92a1bdf006 100644 --- a/libs/libtwin/Makefile +++ b/libs/libtwin/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libtwin SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+zlib +libpng +libjpeg + DEPENDS:=+zlib +libpng +libjpeg @TARGET_ps3 TITLE:=The tiny windowing system libraries URL:= endef diff --git a/utils/petitboot/Makefile b/utils/petitboot/Makefile index 28d3c0256c..65b6f202c0 100644 --- a/utils/petitboot/Makefile +++ b/utils/petitboot/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/petitboot SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=+libtwin +udev +udevextras +kexec-tools + DEPENDS:=+libtwin +udev +udevextras +kexec-tools @TARGET_ps3 TITLE:=Graphical bootloader URL:=http://ozlabs.org/~jk/projects/petitboot/ endef