mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
xapp_xmore: remove double libXprintUtil dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
dfc76fde1d
commit
0eacc81fa2
2
CHANGES
2
CHANGES
@ -44,7 +44,7 @@
|
|||||||
speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
|
speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
|
||||||
thttpd, tiff, tn5250, torsmo, udev, udpcast, usbmount, usbutils,
|
thttpd, tiff, tn5250, torsmo, udev, udpcast, usbmount, usbutils,
|
||||||
vsftpd, vtun, which, wpa_supplicant, xapp_twm,
|
vsftpd, vtun, which, wpa_supplicant, xapp_twm,
|
||||||
xapp_xbacklight, xapp_xcursorgen, xapp_xinput,
|
xapp_xbacklight, xapp_xcursorgen, xapp_xinput, xapp_xmore,
|
||||||
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
||||||
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
||||||
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_XAPP_XMORE
|
config BR2_PACKAGE_XAPP_XMORE
|
||||||
bool "xmore"
|
bool "xmore"
|
||||||
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
|
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
|
||||||
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
|
|
||||||
help
|
help
|
||||||
plain text display program for the X Window System
|
plain text display program for the X Window System
|
||||||
|
@ -8,6 +8,6 @@ XAPP_XMORE_VERSION = 1.0.1
|
|||||||
XAPP_XMORE_SOURCE = xmore-$(XAPP_XMORE_VERSION).tar.bz2
|
XAPP_XMORE_SOURCE = xmore-$(XAPP_XMORE_VERSION).tar.bz2
|
||||||
XAPP_XMORE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
XAPP_XMORE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||||
XAPP_XMORE_AUTORECONF = NO
|
XAPP_XMORE_AUTORECONF = NO
|
||||||
XAPP_XMORE_DEPENDENCIES = xlib_libXprintUtil xlib_libXprintUtil
|
XAPP_XMORE_DEPENDENCIES = xlib_libXprintUtil
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xmore))
|
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xmore))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user