[packages] hippo-canvas: make python-hippo-canvas also depend on @FEATURE_drawing-backend_libX11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28413 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c7c179f60
commit
8a92a00f2a
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2010 OpenWrt.org
|
# Copyright (C) 2008-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -28,13 +28,18 @@ EXTRA_CFLAGS += \
|
|||||||
|
|
||||||
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_hippo-canvas CONFIG_PACKAGE_python-hippo-canvas)
|
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_hippo-canvas CONFIG_PACKAGE_python-hippo-canvas)
|
||||||
|
|
||||||
|
define Package/hippo-canvas/Default
|
||||||
|
URL:=http://developer.mugshot.org/wiki/Hippo_Canvas
|
||||||
|
DEPENDS:=@FEATURE_drawing-backend_libX11
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/hippo-canvas
|
define Package/hippo-canvas
|
||||||
|
$(call Package/hippo-canvas/Default)
|
||||||
SECTION:=xorg-libraries
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Hippo Canvas
|
TITLE:=Hippo Canvas
|
||||||
URL:=http://developer.mugshot.org/wiki/Hippo_Canvas
|
DEPENDS+=+librsvg +gtk2 +cairo +libcroco +pango
|
||||||
DEPENDS:=+librsvg +gtk2 +cairo +libcroco +pango @FEATURE_drawing-backend_libX11
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hippo-canvas/description
|
define Package/hippo-canvas/description
|
||||||
@ -43,12 +48,12 @@ support for flexible layout, CSS styling, and initial work on animations.
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-hippo-canvas
|
define Package/python-hippo-canvas
|
||||||
|
$(call Package/hippo-canvas/Default)
|
||||||
SECTION:=lang-python
|
SECTION:=lang-python
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Python bindings for hippo canvas
|
TITLE:=Python bindings for hippo canvas
|
||||||
URL:=http://developer.mugshot.org/wiki/Hippo_Canvas
|
DEPENDS+=+python-mini +PACKAGE_python-hippo-canvas:python-gtk +PACKAGE_python-hippo-canvas:pycairo +hippo-canvas
|
||||||
DEPENDS:=+python-mini +PACKAGE_python-hippo-canvas:python-gtk +PACKAGE_python-hippo-canvas:pycairo +hippo-canvas
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user