mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
add -lX11 to X_LIBS so ximagesink builds
Original commit message from CVS: add -lX11 to X_LIBS so ximagesink builds
This commit is contained in:
parent
eb16eb943c
commit
6bf32fa2d4
1 changed files with 3 additions and 0 deletions
|
@ -259,6 +259,9 @@ AC_PATH_XTRA
|
||||||
if test "-DX_DISPLAY_MISSING" = "$X_CFLAGS"; then
|
if test "-DX_DISPLAY_MISSING" = "$X_CFLAGS"; then
|
||||||
AC_MSG_NOTICE([cannot find X11, the build system needs fixage])
|
AC_MSG_NOTICE([cannot find X11, the build system needs fixage])
|
||||||
fi
|
fi
|
||||||
|
dnl AC_PATH_XTRA only defines the path needed to find the X libs, not the libs
|
||||||
|
dnl therefore we add them here
|
||||||
|
X_LIBS="$X_LIBS -lX11"
|
||||||
AC_SUBST(X_CFLAGS)
|
AC_SUBST(X_CFLAGS)
|
||||||
AC_SUBST(X_PRE_LIBS)
|
AC_SUBST(X_PRE_LIBS)
|
||||||
AC_SUBST(X_EXTRA_LIBS)
|
AC_SUBST(X_EXTRA_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue