From: florian Date: Sun, 18 Jan 2009 13:21:59 +0000 (+0000) Subject: [package] petitboot and libtwin depend on TARGET_ps3 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5fc93b20ec769c368c891739b1a747ce0266256c;p=packages.git [package] petitboot and libtwin depend on TARGET_ps3 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14088 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index aa63331d5..92a1bdf00 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 28d3c0256..65b6f202c 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