[packages] use xorg-libraries as the section definition for Xorg libraries
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20535 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
68b85511bf
commit
86c7b136a2
@ -26,7 +26,7 @@ TARGET_LDFLAGS += \
|
|||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib/ \
|
-L$(STAGING_DIR)/usr/lib/libintl/lib/ \
|
||||||
|
|
||||||
define Package/atk
|
define Package/atk
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Accesibility library for gtk+ apps
|
TITLE:=Accesibility library for gtk+ apps
|
||||||
|
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
define Package/cairo
|
define Package/cairo
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Multi-platform 2D graphics library
|
TITLE:=Multi-platform 2D graphics library
|
||||||
|
@ -21,7 +21,7 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/cairomm
|
define Package/cairomm
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Multi-platform 2D graphics library
|
TITLE:=Multi-platform 2D graphics library
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008-2010 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,7 +28,7 @@ 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
|
define Package/hippo-canvas
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Hippo Canvas
|
TITLE:=Hippo Canvas
|
||||||
|
@ -22,7 +22,7 @@ PKG_FIXUP:=libtool
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libdrm
|
define Package/libdrm
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=
|
DEPENDS:=
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008-2010 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.
|
||||||
@ -27,7 +27,7 @@ EXTRA_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
|||||||
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_librsvg CONFIG_PACKAGE_librsvg-pixbuf-loader)
|
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_librsvg CONFIG_PACKAGE_librsvg-pixbuf-loader)
|
||||||
|
|
||||||
define Package/librsvg
|
define Package/librsvg
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=SVG rendering library
|
TITLE:=SVG rendering library
|
||||||
@ -36,7 +36,7 @@ define Package/librsvg
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/librsvg-pixbuf-loader
|
define Package/librsvg-pixbuf-loader
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=SVG rendering library
|
TITLE:=SVG rendering library
|
||||||
|
@ -24,7 +24,7 @@ PROTOS:=composite damage dpms glx randr record render res screensaver shape \
|
|||||||
shm sync xevie xf86dri xfixes xinerama xprint xtest xvmc xv
|
shm sync xevie xf86dri xfixes xinerama xprint xtest xvmc xv
|
||||||
|
|
||||||
define Package/libxcb
|
define Package/libxcb
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libxcb
|
TITLE:=libxcb
|
||||||
@ -38,7 +38,7 @@ replaces the current Xlib interface.
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libxcb-xlib
|
define Package/libxcb-xlib
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libxcb-xlib
|
TITLE:=libxcb-xlib
|
||||||
@ -47,7 +47,7 @@ endef
|
|||||||
|
|
||||||
define Package/libxcb-proto/Default
|
define Package/libxcb-proto/Default
|
||||||
define Package/libxcb-$(1)
|
define Package/libxcb-$(1)
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libxcb-$(1)
|
TITLE:=libxcb-$(1)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008-2010 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.
|
||||||
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
define Package/libgl-mesa
|
define Package/libgl-mesa
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXext +libXfixes +libXdamage +libXxf86vm +libdrm +libexpat
|
DEPENDS:=+libX11 +libXext +libXfixes +libXdamage +libXxf86vm +libdrm +libexpat
|
||||||
@ -31,7 +31,7 @@ define Package/libgl-mesa
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libglu-mesa
|
define Package/libglu-mesa
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libgl-mesa
|
DEPENDS:=+libgl-mesa
|
||||||
@ -41,7 +41,7 @@ endef
|
|||||||
|
|
||||||
define Package/libgl-mesa-dri/Default
|
define Package/libgl-mesa-dri/Default
|
||||||
define Package/libgl-mesa-dri-$(1)
|
define Package/libgl-mesa-dri-$(1)
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=libgl-mesa @DISPLAY_SUPPORT $(if $(findstring swrast,$(1)),,@TARGET_x86)
|
DEPENDS:=libgl-mesa @DISPLAY_SUPPORT $(if $(findstring swrast,$(1)),,@TARGET_x86)
|
||||||
|
@ -27,7 +27,7 @@ TARGET_LDFLAGS+= \
|
|||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib
|
-L$(STAGING_DIR)/usr/lib/libintl/lib
|
||||||
|
|
||||||
define Package/pango
|
define Package/pango
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Text layout and rendering library
|
TITLE:=Text layout and rendering library
|
||||||
|
@ -30,7 +30,7 @@ TARGET_LDFLAGS+=\
|
|||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib/
|
-L$(STAGING_DIR)/usr/lib/libiconv/lib/
|
||||||
|
|
||||||
define Package/pangomm
|
define Package/pangomm
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Text layout and rendering library
|
TITLE:=Text layout and rendering library
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2009 OpenWrt.org
|
# Copyright (C) 2008-2010 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.
|
||||||
@ -21,7 +21,7 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/pixman
|
define Package/pixman
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=pixman
|
TITLE:=pixman
|
||||||
|
@ -21,7 +21,7 @@ PKG_FIXUP:=libtool
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/tslib
|
define Package/tslib
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Tslib is an abstraction layer for touchscreen panel events.
|
TITLE:=Tslib is an abstraction layer for touchscreen panel events.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2009 OpenWrt.org
|
# Copyright (C) 2008-2010 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.
|
||||||
@ -33,7 +33,7 @@ EXTRA_LDFLAGS+= \
|
|||||||
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_vte CONFIG_PACKAGE_python-vte)
|
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_vte CONFIG_PACKAGE_python-vte)
|
||||||
|
|
||||||
define Package/vte
|
define Package/vte
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Virtual Terminal Widget
|
TITLE:=Virtual Terminal Widget
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008-2010 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.
|
||||||
@ -33,7 +33,7 @@ TARGET_LDFLAGS+= \
|
|||||||
-Wl,-rpath=/usr/lib
|
-Wl,-rpath=/usr/lib
|
||||||
|
|
||||||
define Package/libwnck
|
define Package/libwnck
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Window Navigator Construction Kit
|
TITLE:=Window Navigator Construction Kit
|
||||||
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
#STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini)
|
#STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini)
|
||||||
|
|
||||||
define Package/xcbproto
|
define Package/xcbproto
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
BUILDONLY:=1
|
BUILDONLY:=1
|
||||||
|
@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
CONFIGURE_ARGS_XTRA+=--enable-static --disable-vcd --disable-imagemagick
|
CONFIGURE_ARGS_XTRA+=--enable-static --disable-vcd --disable-imagemagick
|
||||||
|
|
||||||
define Package/xine-lib
|
define Package/xine-lib
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=xine libraries
|
TITLE:=xine libraries
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto xtrans
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libICE
|
define Package/libICE
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libICE
|
TITLE:=libICE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xtrans
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libSM
|
define Package/libSM
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libICE
|
DEPENDS:=+libICE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto xf86bigfontproto kbproto inputproto \
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libX11
|
define Package/libX11
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11
|
DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -25,7 +25,7 @@ PKG_BUILD_DEPENDS:=xproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXau
|
define Package/libXau
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libXau
|
TITLE:=libXau
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto printproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXaw
|
define Package/libXaw
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXext +libXt +libXmu +libXpm +libXau
|
DEPENDS:=+libX11 +libXext +libXt +libXmu +libXpm +libXau
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=compositeproto fixesproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXcomposite
|
define Package/libXcomposite
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXfixes +libXext
|
DEPENDS:=+libX11 +libXfixes +libXext
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=fixesproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXcursor
|
define Package/libXcursor
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libXrender +libXfixes +libX11
|
DEPENDS:=+libXrender +libXfixes +libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2010 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.
|
||||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
|
|
||||||
define Package/libXdamage
|
define Package/libXdamage
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXfixes
|
DEPENDS:=+libX11 +libXfixes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXdmcp
|
define Package/libXdmcp
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=libXdmcp
|
TITLE:=libXdmcp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXext
|
define Package/libXext
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXau
|
DEPENDS:=+libX11 +libXau
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto fixesproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXfixes
|
define Package/libXfixes
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11
|
DEPENDS:=+libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto fontcacheproto fontsproto xtrans
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXfont
|
define Package/libXfont
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+zlib +libfontenc +libfreetype
|
DEPENDS:=+zlib +libfontenc +libfreetype
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
|
|
||||||
define Package/libXmu
|
define Package/libXmu
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libXt +libXext
|
DEPENDS:=+libXt +libXext
|
||||||
@ -33,7 +33,7 @@ define Package/libXmu
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libXmuu
|
define Package/libXmuu
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11
|
DEPENDS:=+libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUID_DEPENDS:=xproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXpm
|
define Package/libXpm
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXt +libXext
|
DEPENDS:=+libX11 +libXt +libXext
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=randrproto renderproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXrandr
|
define Package/libXrandr
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libXext +libXrender +libX11
|
DEPENDS:=+libXext +libXrender +libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=renderproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXrender
|
define Package/libXrender
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11
|
DEPENDS:=+libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto kbproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXt
|
define Package/libXt
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libSM +libX11 +libICE
|
DEPENDS:=+libSM +libX11 +libICE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=recordproto xextproto inputproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXtst
|
define Package/libXtst
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXext +libXi
|
DEPENDS:=+libX11 +libXext +libXi
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=videoproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXv
|
define Package/libXv
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXext
|
DEPENDS:=+libX11 +libXext
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=videoproto xextproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libXvMC
|
define Package/libXvMC
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libXext +libXv +libX11
|
DEPENDS:=+libXext +libXv +libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -30,7 +30,7 @@ define Build/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libXxf86vm
|
define Package/libXxf86vm
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11 +libXext
|
DEPENDS:=+libX11 +libXext
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libfontenc
|
define Package/libfontenc
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=kbproto
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libxkbfile
|
define Package/libxkbfile
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
DEPENDS:=+libX11
|
DEPENDS:=+libX11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 OpenWrt.org
|
# Copyright (C) 2007-2010 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.
|
||||||
@ -21,7 +21,7 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/xtrans
|
define Package/xtrans
|
||||||
SECTION:=xorg-lib
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=xtrans
|
TITLE:=xtrans
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2009-2010 OpenWrt.org
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=orbit2
|
PKG_NAME:=orbit2
|
||||||
@ -48,7 +55,7 @@ CONFIGURE_VARS += \
|
|||||||
ac_cv_alignof_CORBA_pointer=4
|
ac_cv_alignof_CORBA_pointer=4
|
||||||
|
|
||||||
define Package/orbit2
|
define Package/orbit2
|
||||||
SECTION:=xorg-libs
|
SECTION:=xorg-libraries
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=ORBit2
|
TITLE:=ORBit2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user