[package] petitboot and libtwin depend on TARGET_ps3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ad95ea20e
commit
5fc93b20ec
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user