Commit 811ef867 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent 2410e3d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_XAPP_XSETROOT
	bool "xsetroot"
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXMU
	select BR2_PACKAGE_XLIB_LIBXCURSOR
	select BR2_PACKAGE_XDATA_XBITMAPS
	help
	  X.Org xsetroot application
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
XAPP_XSETROOT_VERSION = 1.1.0
XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETROOT_DEPENDENCIES = xlib_libX11 xlib_libXmu xdata_xbitmaps
XAPP_XSETROOT_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libXcursor xdata_xbitmaps

$(eval $(autotools-package))