summaryrefslogtreecommitdiff
path: root/packages/x11/x11.kconfig
blob: d7d4677a58bbeeb7742c6f4a51942a944b17c4df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
################################################################################
# Embtoolkit
# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
################################################################################
#
# \file         packages.kconfig
# \brief	packages.kconfig of Embtoolkit
# \author       GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date         March 2010
################################################################################

menu "X windowing system tools"
source packages/x11/utilmacros/utilmacros.kconfig
source packages/x11/xcbutil/xcbutil.kconfig
endmenu

menu "X windowing system prototype packages"
source packages/x11/bigreqsproto/bigreqsproto.kconfig
source packages/x11/compositeproto/compositeproto.kconfig
source packages/x11/damageproto/damageproto.kconfig
source packages/x11/fixesproto/fixesproto.kconfig
source packages/x11/fontsproto/fontsproto.kconfig
source packages/x11/inputproto/inputproto.kconfig
source packages/x11/kbproto/kbproto.kconfig
source packages/x11/randrproto/randrproto.kconfig
source packages/x11/recordproto/recordproto.kconfig
source packages/x11/renderproto/renderproto.kconfig
source packages/x11/resourceproto/resourceproto.kconfig
source packages/x11/videoproto/videoproto.kconfig
source packages/x11/xcbproto/xcbproto.kconfig
source packages/x11/xcmiscproto/xcmiscproto.kconfig
source packages/x11/xextproto/xextproto.kconfig
source packages/x11/xproto/xproto.kconfig
endmenu

menu "X windowing system library packages"
source packages/x11/libfontenc/libfontenc.kconfig
source packages/x11/libpciaccess/libpciaccess.kconfig
source packages/x11/libpthreadstubs/libpthreadstubs.kconfig
source packages/x11/libx11/libx11.kconfig
source packages/x11/libxau/libxau.kconfig
source packages/x11/libxi/libxi.kconfig
source packages/x11/libxcb/libxcb.kconfig
source packages/x11/libxcomposite/libxcomposite.kconfig
source packages/x11/libxext/libxext.kconfig
source packages/x11/libxfixes/libxfixes.kconfig
source packages/x11/libxfont/libxfont.kconfig
source packages/x11/libxft/libxft.kconfig
source packages/x11/libxkbfile/libxkbfile.kconfig
source packages/x11/libxrandr/libxrandr.kconfig
source packages/x11/libxrender/libxrender.kconfig
endmenu

menu "X windowing system application packages"
source packages/x11/xinput/xinput.kconfig
source packages/x11/xkeyboardconfig/xkeyboardconfig.kconfig
source packages/x11/xkbcomp/xkbcomp.kconfig
source packages/x11/xtrans/xtrans.kconfig
endmenu

menu "X windowing server and drivers"
source packages/x11/xserver/xserver.kconfig
endmenu