File tree Expand file tree Collapse file tree
buildroot-external/package/xosd Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11config BR2_PACKAGE_XOSD
22 bool "xosd"
3+ select BR2_PACKAGE_XLIB_LIBX11
4+ select BR2_PACKAGE_XLIB_LIBXEXT
35 help
46 XOSD displays text on your screen, sounds simple right?
57 The difference is it is unmanaged and shaped, so it appears
Original file line number Diff line number Diff line change 55# ###############################################################################
66
77XOSD_VERSION = 2.2.14
8- XOSD_SITE = http ://sourceforge.net/projects /libxosd/files
9- XOSD_LICENSE = GPL-2.0
8+ XOSD_SITE = https ://downloads. sourceforge.net/project /libxosd/libxosd/xosd- $( XOSD_VERSION )
9+ XOSD_LICENSE = GPL-2.0-or-later
1010XOSD_LICENSE_FILES = COPYING
11- # XOSD_DEPENDENCIES = host-autoconf
11+ XOSD_DEPENDENCIES = xlib_libX11 xlib_libXext
1212
1313# remove unnecessary stuff
1414define XOSD_REMOVE_DATA
You can’t perform that action at this time.
0 commit comments