diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-common.inc | 9 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf (renamed from meta/packages/xorg-xserver/xserver-xf86-lite/xorg.conf) | 17 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf (renamed from meta/packages/xorg-xserver/xserver-xf86-dri-lite/xorg.conf) | 0 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb | 16 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | 2 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | 2 |
6 files changed, 25 insertions, 21 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-common.inc b/meta/packages/xorg-xserver/xserver-xf86-common.inc index 5a10ecf994..f69efc8d67 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-common.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-common.inc | |||
@@ -11,8 +11,7 @@ PROVIDES = "virtual/xserver-xf86" | |||
11 | PROVIDES += "virtual/xserver" | 11 | PROVIDES += "virtual/xserver" |
12 | 12 | ||
13 | XORG_PN = "xorg-server" | 13 | XORG_PN = "xorg-server" |
14 | SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2 \ | 14 | SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2" |
15 | file://xorg.conf" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 16 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
18 | 17 | ||
@@ -20,6 +19,8 @@ inherit autotools_stage pkgconfig | |||
20 | 19 | ||
21 | PACKAGES =+ "${PN}-utils" | 20 | PACKAGES =+ "${PN}-utils" |
22 | 21 | ||
22 | RDEPENDS_${PN} += "xserver-xf86-config" | ||
23 | |||
23 | FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" | 24 | FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" |
24 | FILES_${PN} = "${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/xserver/SecurityPolicy ${libdir}/xorg/modules/*.so ${libdir}/xorg/modules/*/*.so ${libdir}/xorg/modules/*/*/*.so /etc/X11 " | 25 | FILES_${PN} = "${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/xserver/SecurityPolicy ${libdir}/xorg/modules/*.so ${libdir}/xorg/modules/*/*.so ${libdir}/xorg/modules/*/*/*.so /etc/X11 " |
25 | FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" | 26 | FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" |
@@ -29,13 +30,9 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \ | |||
29 | ${libdir}/xorg/modules/*/*/.debug \ | 30 | ${libdir}/xorg/modules/*/*/.debug \ |
30 | " | 31 | " |
31 | 32 | ||
32 | CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf" | ||
33 | |||
34 | SRC_URI += "file://macro_tweak.patch;patch=1" | 33 | SRC_URI += "file://macro_tweak.patch;patch=1" |
35 | 34 | ||
36 | do_install_append () { | 35 | do_install_append () { |
37 | install -d ${D}/${sysconfdir}/X11 | ||
38 | install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/ | ||
39 | ln -sf ${datadir}/fonts/X11 ${D}/${libdir}/X11/fonts | 36 | ln -sf ${datadir}/fonts/X11 ${D}/${libdir}/X11/fonts |
40 | } | 37 | } |
41 | 38 | ||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-lite/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index 44a530e0f9..da7f37cebe 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-lite/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | |||
@@ -35,16 +35,8 @@ Section "InputDevice" | |||
35 | Identifier "stylus" | 35 | Identifier "stylus" |
36 | Option "Device" "/dev/input/wacom" | 36 | Option "Device" "/dev/input/wacom" |
37 | Option "Type" "stylus" | 37 | Option "Type" "stylus" |
38 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
39 | EndSection | 38 | EndSection |
40 | 39 | ||
41 | Section "InputDevice" | ||
42 | Driver "wacom" | ||
43 | Identifier "eraser" | ||
44 | Option "Device" "/dev/input/wacom" | ||
45 | Option "Type" "eraser" | ||
46 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
47 | EndSection | ||
48 | 40 | ||
49 | Section "InputDevice" | 41 | Section "InputDevice" |
50 | Driver "wacom" | 42 | Driver "wacom" |
@@ -55,9 +47,8 @@ Section "InputDevice" | |||
55 | EndSection | 47 | EndSection |
56 | 48 | ||
57 | Section "Device" | 49 | Section "Device" |
58 | Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" | 50 | Identifier "Graphics Controller" |
59 | Driver "intel" | 51 | Driver "vmware" |
60 | BusID "PCI:0:2:0" | ||
61 | EndSection | 52 | EndSection |
62 | 53 | ||
63 | Section "Monitor" | 54 | Section "Monitor" |
@@ -67,7 +58,7 @@ EndSection | |||
67 | 58 | ||
68 | Section "Screen" | 59 | Section "Screen" |
69 | Identifier "Default Screen" | 60 | Identifier "Default Screen" |
70 | Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" | 61 | Device "Graphics Controller" |
71 | Monitor "Generic Monitor" | 62 | Monitor "Generic Monitor" |
72 | DefaultDepth 24 | 63 | DefaultDepth 24 |
73 | EndSection | 64 | EndSection |
@@ -79,7 +70,7 @@ Section "ServerLayout" | |||
79 | InputDevice "Configured Mouse" | 70 | InputDevice "Configured Mouse" |
80 | 71 | ||
81 | # Uncomment if you have a wacom tablet | 72 | # Uncomment if you have a wacom tablet |
82 | # InputDevice "stylus" "SendCoreEvents" | 73 | InputDevice "stylus" "SendCoreEvents" |
83 | # InputDevice "cursor" "SendCoreEvents" | 74 | # InputDevice "cursor" "SendCoreEvents" |
84 | # InputDevice "eraser" "SendCoreEvents" | 75 | # InputDevice "eraser" "SendCoreEvents" |
85 | InputDevice "Synaptics Touchpad" | 76 | InputDevice "Synaptics Touchpad" |
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf index 44a530e0f9..44a530e0f9 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/xorg.conf | |||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb new file mode 100644 index 0000000000..db2f199125 --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "X.Org X server configuration file" | ||
2 | HOMEPAGE = "http://www.x.org" | ||
3 | SECTION = "x11/base" | ||
4 | LICENSE = "MIT-X" | ||
5 | |||
6 | SRC_URI = "file://xorg.conf" | ||
7 | |||
8 | CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf" | ||
9 | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
11 | |||
12 | do_install () { | ||
13 | install -d ${D}/${sysconfdir}/X11 | ||
14 | install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/ | ||
15 | } | ||
16 | |||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb index cb23720078..75f990ec41 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | PROTO_DEPS += "xf86driproto dri2proto" | 6 | PROTO_DEPS += "xf86driproto dri2proto" |
7 | 7 | ||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb index 5e08bd5dbd..73ccdd4522 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | PV = "1.5.99.1+git${SRCREV}" | 5 | PV = "1.5.99.1+git${SRCREV}" |
6 | 6 | ||
7 | PROTO_DEPS += "xf86driproto dri2proto" | 7 | PROTO_DEPS += "xf86driproto dri2proto" |