]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - libxcb/libxcb.nm
pango: Do not link against X11 libs anymore.
[people/stevee/ipfire-3.x.git] / libxcb / libxcb.nm
CommitLineData
49038d37 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
49038d37
MT
4###############################################################################
5
802ea3af 6name = libxcb
b0c30d9f 7version = 1.9
802ea3af 8release = 1
49038d37 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = A C binding to the X11 protocol.
55d85e4f 15
802ea3af 16description
b0c30d9f
SS
17 The X protocol C-language Binding (XCB) is a replacement for Xlib
18 featuring a small footprint, latency hiding, direct access to the
49038d37 19 protocol, improved threading support, and extensibility.
802ea3af
MT
20end
21
b0c30d9f 22source_dl = http://xcb.freedesktop.org/dist/
802ea3af
MT
23
24build
25 requires
26 autoconf
27 automake
28 libtool
29 libXau-devel
30 libxslt-devel
31 pkg-config
32 python-devel
b0c30d9f 33 xcb-proto >= 1.7
802ea3af
MT
34 xorg-x11-proto-devel
35 end
36
37 configure_options += \
38 --disable-static
39
40 prepare_cmds
41 sed -e "s/pthread-stubs//g" -i configure.ac
42 autoreconf -f --install
43 end
44end
45
46packages
47 package %{name}
1f9bc2f0 48
802ea3af
MT
49 package %{name}-devel
50 template DEVEL
1f9bc2f0 51
802ea3af
MT
52 requires = libXau-devel
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end