From: Jesper Baekdahl Date: Wed, 20 Mar 2013 11:00:22 +0000 (+0100) Subject: xapp_xprehashprinterlist: removed in X11R7.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5ca572282a492200847a7ef6ddba63950f18634;p=buildroot.git xapp_xprehashprinterlist: removed in X11R7.7 --- diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 026b448ce1..e17201a96c 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -129,7 +129,6 @@ if BR2_PACKAGE_XORG7 source package/x11r7/xapp_xmodmap/Config.in source package/x11r7/xapp_xmore/Config.in source package/x11r7/xapp_xpr/Config.in - source package/x11r7/xapp_xprehashprinterlist/Config.in source package/x11r7/xapp_xprop/Config.in source package/x11r7/xapp_xrandr/Config.in source package/x11r7/xapp_xrdb/Config.in diff --git a/package/x11r7/xapp_xprehashprinterlist/Config.in b/package/x11r7/xapp_xprehashprinterlist/Config.in deleted file mode 100644 index 056fdb6b5b..0000000000 --- a/package/x11r7/xapp_xprehashprinterlist/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config BR2_PACKAGE_XAPP_XPREHASHPRINTERLIST - bool "xprehashprinterlist" - select BR2_PACKAGE_XLIB_LIBX11 - select BR2_PACKAGE_XLIB_LIBXP - help - Recomputes the list of available printers. diff --git a/package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk b/package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk deleted file mode 100644 index 5ae32d2a21..0000000000 --- a/package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk +++ /dev/null @@ -1,12 +0,0 @@ -################################################################################ -# -# xapp_xprehashprinterlist -- Recomputes the list of available printers. -# -################################################################################ - -XAPP_XPREHASHPRINTERLIST_VERSION = 1.0.1 -XAPP_XPREHASHPRINTERLIST_SOURCE = xprehashprinterlist-$(XAPP_XPREHASHPRINTERLIST_VERSION).tar.bz2 -XAPP_XPREHASHPRINTERLIST_SITE = http://xorg.freedesktop.org/releases/individual/app -XAPP_XPREHASHPRINTERLIST_DEPENDENCIES = xlib_libX11 xlib_libXp - -$(eval $(autotools-package))