diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:14:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:29:45 +0100 |
commit | 29d6678fd546377459ef75cf54abeef5b969b5cf (patch) | |
tree | 8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | |
parent | da49de6885ee1bc424e70bc02f21f6ab920efb55 (diff) | |
download | poky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz |
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things
and is generally overwhelming. This commit splits it into several
logical sections roughly based on function, recipes.txt gives more
information about the classifications used.
The opportunity is also used to switch from "packages" to "recipes"
as used in OpenEmbedded as the term "packages" can be confusing to
people and has many different meanings.
Not all recipes have been classified yet, this is just a first pass
at separating things out. Some packages are moved to meta-extras as
they're no longer actively used or maintained.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc new file mode 100644 index 0000000000..8c93127657 --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | |||
@@ -0,0 +1,107 @@ | |||
1 | LICENSE = "MIT" | ||
2 | DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \ | ||
3 | libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto xcmiscproto" | ||
4 | |||
5 | PROVIDES = "virtual/xserver" | ||
6 | PACKAGES =+ "xserver-kdrive-fbdev \ | ||
7 | xserver-kdrive-sdl \ | ||
8 | xserver-kdrive-fake \ | ||
9 | xserver-kdrive-xephyr \ | ||
10 | xserver-kdrive-epson \ | ||
11 | xserver-kdrive-ati \ | ||
12 | xserver-kdrive-chips \ | ||
13 | xserver-kdrive-i810 \ | ||
14 | xserver-kdrive-mach64 \ | ||
15 | xserver-kdrive-mga \ | ||
16 | xserver-kdrive-neomagic \ | ||
17 | xserver-kdrive-nvidia \ | ||
18 | xserver-kdrive-pm2 \ | ||
19 | xserver-kdrive-r128 \ | ||
20 | xserver-kdrive-smi \ | ||
21 | xserver-kdrive-vesa \ | ||
22 | xserver-kdrive-via \ | ||
23 | xserver-kdrive-w100 \ | ||
24 | " | ||
25 | |||
26 | SECTION = "x11/base" | ||
27 | DESCRIPTION = "X server from freedesktop.org" | ||
28 | DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices" | ||
29 | DESCRIPTION_xserver-kdrive-fake = "Fake X server" | ||
30 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" | ||
31 | DESCRIPTION_xserver-kdrive-epson = "X server from freedesktop.org, supporting Epson S1D13806 devices" | ||
32 | DESCRIPTION_xserver-kdrive-sdl = "X server from freedesktop.org, SDL version" | ||
33 | DESCRIPTION_xserver-kdrive-w100 = "X server from freedesktop.org, supporting the ATI imageon w100 chipset" | ||
34 | DESCRIPTION_xserver-kdrive-ati = "X server from freedesktop.org, supporting ATI devices" | ||
35 | DESCRIPTION_xserver-kdrive-chips = "X server from freedesktop.org, supporting Chips chipsets" | ||
36 | DESCRIPTION_xserver-kdrive-i810 = "X server from freedesktop.org, supporting Intel chipsets" | ||
37 | DESCRIPTION_xserver-kdrive-imageon = "X server from freedesktop.org, supporting the ATI imageon 100 chipset" | ||
38 | DESCRIPTION_xserver-kdrive-mach64 = "X server from freedesktop.org, supporting mach64 chipsets" | ||
39 | DESCRIPTION_xserver-kdrive-mga = "X server from freedesktop.org, supporting mga chipsets" | ||
40 | DESCRIPTION_xserver-kdrive-neomagic = "X server from freedesktop.org, supporting neomagic chipsets" | ||
41 | DESCRIPTION_xserver-kdrive-nvidia = "X server from freedesktop.org, supporting nvidia devices" | ||
42 | DESCRIPTION_xserver-kdrive-pm2 = "X server from freedesktop.org, supporting Permedia2 chipsets" | ||
43 | DESCRIPTION_xserver-kdrive-r128 = "X server from freedesktop.org, supporting rage128 chipsets" | ||
44 | DESCRIPTION_xserver-kdrive-smi = "X server from freedesktop.org, supporting Silicon Motion devices" | ||
45 | DESCRIPTION_xserver-kdrive-vesa = "X server from freedesktop.org, supporting any card with a VESA, VGA or even EGA BIOS. x86 hardware only" | ||
46 | DESCRIPTION_xserver-kdrive-via = "X server from freedesktop.org, supporting VIA chipsets" | ||
47 | |||
48 | FILES_${PN} += "${libdir}/xserver/SecurityPolicy" | ||
49 | ALLOW_EMPTY_${PN} = "1" | ||
50 | |||
51 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" | ||
52 | FILES_xserver-kdrive-fake = "${bindir}/Xfake" | ||
53 | FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" | ||
54 | FILES_xserver-kdrive-epson = "${bindir}/Xepson" | ||
55 | FILES_xserver-kdrive-sdl = "${bindir}/Xsdl" | ||
56 | FILES_xserver-kdrive-w100 = "${bindir}/Xw100" | ||
57 | FILES_xserver-kdrive-ati = "${bindir}/Xati" | ||
58 | FILES_xserver-kdrive-chips = "${bindir}/Xchips" | ||
59 | FILES_xserver-kdrive-i810 = "${bindir}/Xi810" | ||
60 | FILES_xserver-kdrive-imageon = "${bindir}/Ximageon" | ||
61 | FILES_xserver-kdrive-mach64 = "${bindir}/Xmach64" | ||
62 | FILES_xserver-kdrive-mga = "${bindir}/Xmga" | ||
63 | FILES_xserver-kdrive-neomagic = "${bindir}/Xneomagic" | ||
64 | FILES_xserver-kdrive-nvidia = "${bindir}/Xnvidia" | ||
65 | FILES_xserver-kdrive-pm2 = "${bindir}/Xpm2" | ||
66 | FILES_xserver-kdrive-r128 = "${bindir}/Xr128" | ||
67 | FILES_xserver-kdrive-smi = "${bindir}/Xsmi" | ||
68 | FILES_xserver-kdrive-vesa = "${bindir}/Xvesa" | ||
69 | FILES_xserver-kdrive-via = "${bindir}/Xvia" | ||
70 | |||
71 | RDEPENDS_xserver-kdrive-fbdev = "${PN}" | ||
72 | RDEPENDS_xserver-kdrive-fake = "${PN}" | ||
73 | RDEPENDS_xserver-kdrive-xephyr = "${PN}" | ||
74 | RDEPENDS_xserver-kdrive-epson = "${PN}" | ||
75 | RDEPENDS_xserver-kdrive-sdl = "${PN}" | ||
76 | RDEPENDS_xserver-kdrive-w100 = "${PN}" | ||
77 | RDEPENDS_xserver-kdrive-ati = "${PN}" | ||
78 | RDEPENDS_xserver-kdrive-chips = "${PN}" | ||
79 | RDEPENDS_xserver-kdrive-i810 = "${PN}" | ||
80 | RDEPENDS_xserver-kdrive-mach64 = "${PN}" | ||
81 | RDEPENDS_xserver-kdrive-mga = "${PN}" | ||
82 | RDEPENDS_xserver-kdrive-neomagic = "${PN}" | ||
83 | RDEPENDS_xserver-kdrive-nvidia = "${PN}" | ||
84 | RDEPENDS_xserver-kdrive-pm2 = "${PN}" | ||
85 | RDEPENDS_xserver-kdrive-r128 = "${PN}" | ||
86 | RDEPENDS_xserver-kdrive-smi = "${PN}" | ||
87 | RDEPENDS_xserver-kdrive-vesa = "${PN}" | ||
88 | RDEPENDS_xserver-kdrive-via = "${PN}" | ||
89 | |||
90 | inherit autotools pkgconfig | ||
91 | |||
92 | ARM_INSTRUCTION_SET = "arm" | ||
93 | |||
94 | EXTRA_OECONF = "--enable-composite --enable-kdrive \ | ||
95 | --disable-dga --disable-dri --disable-xinerama \ | ||
96 | --disable-xf86misc --disable-xf86vidmode \ | ||
97 | --disable-xorg --disable-xorgcfg \ | ||
98 | --disable-xkb --disable-xnest --disable-xvfb \ | ||
99 | --disable-xevie --disable-xprint --disable-xtrap \ | ||
100 | --disable-dmx \ | ||
101 | --with-default-font-path=built-ins \ | ||
102 | --enable-tslib --enable-xcalibrate \ | ||
103 | ac_cv_file__usr_share_X11_sgml_defs_ent=no" | ||
104 | |||
105 | do_configure_prepend() { | ||
106 | sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac | ||
107 | } | ||