mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
build/qt: indent configure file
don't mix tabs and spaces https://bugzilla.gnome.org/show_bug.cgi?id=754466
This commit is contained in:
parent
bca1fd1040
commit
85745d2f63
1 changed files with 6 additions and 6 deletions
12
configure.ac
12
configure.ac
|
@ -2649,17 +2649,17 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
|
|||
HAVE_QT="yes"
|
||||
HAVE_QT_WINDOWING="no"
|
||||
PKG_CHECK_MODULES(QT_X11, Qt5X11Extras, [
|
||||
AC_DEFINE([HAVE_QT_X11], [], [Define if Qt X11 integration is installed])
|
||||
QT_CFLAGS="$QT_CFLAGS $QT_X11_CFLAGS"
|
||||
AC_DEFINE([HAVE_QT_X11], [], [Define if Qt X11 integration is installed])
|
||||
QT_CFLAGS="$QT_CFLAGS $QT_X11_CFLAGS"
|
||||
QT_LIBS="$QT_LIBS $QT_X11_LIBS"
|
||||
HAVE_QT_WINDOWING="yes"
|
||||
], [AC_MSG_NOTICE([Could not find Qt X11 integration])])
|
||||
PKG_CHECK_MODULES(QT_WAYLAND, Qt5WaylandClient, [
|
||||
AC_DEFINE([HAVE_QT_WAYLAND], [],
|
||||
AC_DEFINE([HAVE_QT_WAYLAND], [],
|
||||
[Define if Qt Wayland integration is installed])
|
||||
QT_CFLAGS="$QT_CFLAGS $QT_WAYLAND_CFLAGS"
|
||||
QT_LIBS="$QT_LIBS $QT_WAYLAND_LIBS"
|
||||
HAVE_QT_WINDOWING="yes"
|
||||
QT_CFLAGS="$QT_CFLAGS $QT_WAYLAND_CFLAGS"
|
||||
QT_LIBS="$QT_LIBS $QT_WAYLAND_LIBS"
|
||||
HAVE_QT_WINDOWING="yes"
|
||||
], [AC_MSG_NOTICE([Could not find Qt Wayland integration])])
|
||||
if test "x$HAVE_QT_WINDOWING" = "xno"; then
|
||||
AC_MSG_WARN([Could not find any Qt Windowing integration])
|
||||
|
|
Loading…
Reference in a new issue