This is version 1.1 of the Xinerama (PanoramiX) extension.
xcb-xevie.pc \
xcb-xf86dri.pc \
xcb-xfixes.pc \
+xcb-xinerama.pc \
xcb-xprint.pc \
xcb-xtest.pc \
xcb-xv.pc \
xcb-shm.pc.in \
xcb-sync.pc.in \
xcb-xevie.pc.in \
+xcb-xinerama.pc.in \
xcb-xf86dri.pc.in \
xcb-xfixes.pc.in \
xcb-xprint.pc.in \
GCC_CHECK_VISIBILITY()
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
-AC_CONFIG_FILES([xcb.pc xcb-xlib.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-glx.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc])
+AC_CONFIG_FILES([xcb.pc xcb-xlib.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-glx.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc])
AC_OUTPUT
libxcb-xevie.la \
libxcb-xf86dri.la \
libxcb-xfixes.la \
+ libxcb-xinerama.la \
libxcb-xprint.la \
libxcb-xtest.la \
libxcb-xv.la \
xevie.h \
xf86dri.h \
xfixes.h \
+ xinerama.h \
xprint.h \
xtest.h \
xv.h \
xevie.c \
xf86dri.c \
xfixes.c \
+ xinerama.c \
xprint.c \
xtest.c \
xv.c \
xevie.xml \
xf86dri.xml \
xfixes.xml \
+ xinerama.xml \
xprint.xml \
xtest.xml \
xvmc.xml \
libxcb_xvmc_la_LIBADD = $(XCB_LIBS)
libxcb_xvmc_la_SOURCES = xvmc.c xvmc.h
+libxcb_xinerama_la_LDFLAGS = -version-info 0:0:0
+libxcb_xinerama_la_LIBADD = $(XCB_LIBS)
+libxcb_xinerama_la_SOURCES = xinerama.c xinerama.h
+
$(EXTHEADERS) $(EXTSOURCES): c-client.xsl
SUFFIXES = .xml
--- /dev/null
+prefix=/opt/fdo/
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: XCB Xinerama
+Description: XCB Xinerama Extension
+Version: 0.9.92
+Requires: xcb
+Libs: -L${libdir} -lxcb-xinerama
+Cflags: -I${includedir}