mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
xapp_xsetroot: needs libXcursor
Fixes http://autobuild.buildroot.net/results/1fe8d3496ca1b591cbc470f55067b4acc3ed4d63 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2410e3d243
commit
811ef867f3
@ -2,6 +2,7 @@ config BR2_PACKAGE_XAPP_XSETROOT
|
|||||||
bool "xsetroot"
|
bool "xsetroot"
|
||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
select BR2_PACKAGE_XLIB_LIBXMU
|
select BR2_PACKAGE_XLIB_LIBXMU
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXCURSOR
|
||||||
select BR2_PACKAGE_XDATA_XBITMAPS
|
select BR2_PACKAGE_XDATA_XBITMAPS
|
||||||
help
|
help
|
||||||
X.Org xsetroot application
|
X.Org xsetroot application
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
XAPP_XSETROOT_VERSION = 1.1.0
|
XAPP_XSETROOT_VERSION = 1.1.0
|
||||||
XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
|
XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
|
||||||
XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user