diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 13:58:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 13:58:35 +0000 |
commit | 201305fe39e86c104f1de7c40194f8692047e684 (patch) | |
tree | fc6e50bcca151721d153e88bf6618fe7fb7064bd /packages/xserver-common/xserver-common_1.20.bb | |
parent | b71338f5f55b5bc3ba06bae0f013bebd1a8f136b (diff) | |
parent | be3429189fb5eb2c12936f8d568bd8ba7d111ddc (diff) |
merge of '7ab7cd009151ed33e67d7c5eda14b7f7dff8c9a8'
and 'c20a54aa8e31679eab91bd7856ec168bce74a60e'
Diffstat (limited to 'packages/xserver-common/xserver-common_1.20.bb')
-rw-r--r-- | packages/xserver-common/xserver-common_1.20.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xserver-common/xserver-common_1.20.bb b/packages/xserver-common/xserver-common_1.20.bb new file mode 100644 index 0000000000..a30a37c893 --- /dev/null +++ b/packages/xserver-common/xserver-common_1.20.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" +} |