Skip to content

Commit 9749aa3

Browse files
committed
fix some nitpicks
1 parent 83fb361 commit 9749aa3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

buildroot-external/package/xosd/Config.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
config 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

buildroot-external/package/xosd/xosd.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
################################################################################
66

77
XOSD_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
1010
XOSD_LICENSE_FILES = COPYING
11-
#XOSD_DEPENDENCIES = host-autoconf
11+
XOSD_DEPENDENCIES = xlib_libX11 xlib_libXext
1212

1313
# remove unnecessary stuff
1414
define XOSD_REMOVE_DATA

0 commit comments

Comments
 (0)