Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 470902
Collapse All | Expand All

(-)xpyb-1.3.1/configure.ac.orig (-1 / +2 lines)
Lines 38-44 Link Here
38
38
39
# Find the xcbgen Python package
39
# Find the xcbgen Python package
40
AC_MSG_CHECKING([for xcb-proto python dir])
40
AC_MSG_CHECKING([for xcb-proto python dir])
41
XCBPROTO_XCBPYTHONDIR=`$PKG_CONFIG --variable=pythondir xcb-proto`
41
XCBPROTO_XCBPYTHONDIR=`$PYTHON -c 'import xcbgen; from os.path import dirname, abspath, join; \
42
                       print abspath(join(dirname(xcbgen.[__file__]), ".."))'`
42
AC_MSG_RESULT($XCBPROTO_XCBPYTHONDIR)
43
AC_MSG_RESULT($XCBPROTO_XCBPYTHONDIR)
43
AC_SUBST(XCBPROTO_XCBPYTHONDIR)
44
AC_SUBST(XCBPROTO_XCBPYTHONDIR)
44
45

Return to bug 470902