From 3ae862a58f39a37b10349cdf24e388196818099c Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 24 Aug 2007 15:13:43 +0000 Subject: [PATCH] xserver-common: Add 1.17 --- packages/xserver-common/xserver-common_1.17.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/xserver-common/xserver-common_1.17.bb diff --git a/packages/xserver-common/xserver-common_1.17.bb b/packages/xserver-common/xserver-common_1.17.bb new file mode 100644 index 0000000000..a30a37c893 --- /dev/null +++ b/packages/xserver-common/xserver-common_1.17.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" +PR = "r0" + +PACKAGE_ARCH = "all" + +# we are using a gpe-style Makefile +inherit gpe + +SRC_URI_append = " file://setDPI.sh " + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" +} -- 2.39.5