[package] petitboot and libtwin depend on TARGET_ps3
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 13:21:59 +0000 (13:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 13:21:59 +0000 (13:21 +0000)
SVN-Revision: 14088

libs/libtwin/Makefile
utils/petitboot/Makefile

index aa63331d5fbdc8208eae649d24b6df49b6628904..92a1bdf006519fe9e5b5f858a70fecc8ed934176 100644 (file)
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libtwin
   SECTION:=libs
   CATEGORY:=Libraries
 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
   TITLE:=The tiny windowing system libraries
   URL:=
 endef
index 28d3c0256c6370b422fb0d247928196d7007c482..65b6f202c04d502feec12ffe5d6207acbefe9ffb 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/petitboot
   SECTION:=boot
   CATEGORY:=Boot Loaders
 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
   TITLE:=Graphical bootloader
   URL:=http://ozlabs.org/~jk/projects/petitboot/
 endef