Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130979 | Differences between
and this patch

Collapse All | Expand All

(-)a/xcb-demo/Makefile.am (-2 / +3 lines)
Lines 20-31 xcb_test_CFLAGS = $(XCBAUX_CFLAGS) Link Here
20
xcb_test_LDADD = $(LDADD) $(XCBAUX_LIBS) -lpthread
20
xcb_test_LDADD = $(LDADD) $(XCBAUX_LIBS) -lpthread
21
xcb_test_SOURCES = main.c reply_formats.c
21
xcb_test_SOURCES = main.c reply_formats.c
22
22
23
dpms_LDADD = -lXCBdpms
23
dpms_SOURCES = dpms.c
24
dpms_SOURCES = dpms.c
24
25
25
rendertest_CFLAGS = $(XCBAUX_CFLAGS)
26
rendertest_CFLAGS = $(XCBAUX_CFLAGS)
26
rendertest_LDADD = $(XCBAUX_LIBS)
27
rendertest_LDADD = $(XCBAUX_LIBS) -lXCBrender
27
rendertest_SOURCES = rendertest.c
28
rendertest_SOURCES = rendertest.c
28
29
29
xcbrandr_CFLAGS = $(XCBAUX_CFLAGS)
30
xcbrandr_CFLAGS = $(XCBAUX_CFLAGS)
30
xcbrandr_LDADD = $(XCBAUX_LIBS)
31
xcbrandr_LDADD = $(XCBAUX_LIBS) -lXCBrandr
31
xcbrandr_SOURCES = xcbrandr.c
32
xcbrandr_SOURCES = xcbrandr.c
(-)a/xcb-util/image/Makefile.am (-1 / +1 lines)
Lines 7-13 xcbinclude_HEADERS = xcb_image.h Link Here
7
7
8
AM_CFLAGS = -Wall
8
AM_CFLAGS = -Wall
9
INCLUDES = $(XCB_CFLAGS) -I../convenient
9
INCLUDES = $(XCB_CFLAGS) -I../convenient
10
LDADD = $(XCB_LIBS) -L../convenient -lXCBAux
10
LDADD = $(XCB_LIBS) -L../convenient -lXCBAux -lXCBshm
11
11
12
libXCBImage_la_SOURCES = xcb_image.c
12
libXCBImage_la_SOURCES = xcb_image.c
13
13
(-)a/xcb-util/image/xcb-image.pc.in (-1 / +1 lines)
Lines 7-11 Name: XCBImage Link Here
7
Description: XCB image convenience library
7
Description: XCB image convenience library
8
Version: @PACKAGE_VERSION@
8
Version: @PACKAGE_VERSION@
9
Requires: xcb
9
Requires: xcb
10
Libs: -L${libdir} -lXCBImage @LIBS@
10
Libs: -L${libdir} -lXCBImage -lXCBshm @LIBS@
11
Cflags: -I${includedir}
11
Cflags: -I${includedir}

Return to bug 130979