From a7e49eb2af5d2ca6e53fb908fddfddd92696910a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 10 Aug 2007 19:07:51 +0000 Subject: Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. --- package/x11r7/xlib_libXres/Config.in | 10 ++++++++++ package/x11r7/xlib_libXres/xlib_libXres.mk | 15 +++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 package/x11r7/xlib_libXres/Config.in create mode 100644 package/x11r7/xlib_libXres/xlib_libXres.mk (limited to 'package/x11r7/xlib_libXres') diff --git a/package/x11r7/xlib_libXres/Config.in b/package/x11r7/xlib_libXres/Config.in new file mode 100644 index 000000000..0049d9456 --- /dev/null +++ b/package/x11r7/xlib_libXres/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_XLIB_LIBXRES + bool "libXres" + default n + select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XLIB_LIBXEXT + select BR2_PACKAGE_XPROTO_RESOURCEPROTO + select BR2_PACKAGE_XPROTO_XPROTO + help + libXres 1.0.3 + X.Org XRes library diff --git a/package/x11r7/xlib_libXres/xlib_libXres.mk b/package/x11r7/xlib_libXres/xlib_libXres.mk new file mode 100644 index 000000000..53bd6327c --- /dev/null +++ b/package/x11r7/xlib_libXres/xlib_libXres.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# xlib_libXres -- X.Org XRes library +# +################################################################################ + +XLIB_LIBXRES_VERSION = 1.0.3 +XLIB_LIBXRES_SOURCE = libXres-$(XLIB_LIBXRES_VERSION).tar.bz2 +XLIB_LIBXRES_SITE = http://xorg.freedesktop.org/releases/individual/lib +XLIB_LIBXRES_AUTORECONF = YES +XLIB_LIBXRES_INSTALL_STAGING = YES +XLIB_LIBXRES_DEPENDANCIES = xlib_libX11 xlib_libXext xproto_resourceproto xproto_xproto +XLIB_LIBXRES_CONF_OPT = --disable-malloc0returnsnull --enable-shared --disable-static + +$(eval $(call AUTOTARGETS,xlib_libXres)) -- cgit v1.2.3