summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2015-06-22 08:38:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-06-22 23:05:06 +0200
commitd98eed3222c928914e6d10a4ac62bc107c2dc5e9 (patch)
treec27e24808b8bf86196b9dbb739f4aa838e43e477 /package/qt
parent0767b48c216b8591da3da8c00d7244fc137ef32b (diff)
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index a7bbe5f10..02b6db778 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -227,7 +227,7 @@ endif
ifeq ($(BR2_PACKAGE_QT_X11),y)
QT_DEPENDENCIES += fontconfig xlib_libXi xlib_libX11 xlib_libXrender \
- xlib_libXcursor xlib_libXrandr xlib_libXext xlib_libXv
+ xlib_libXcursor xlib_libXrandr xlib_libXext xlib_libXv
# Using pkg-config avoids us some logic to redefine and sed again mkspecs files
# to add X11 include path and link options
QT_CFLAGS += $(shell $(PKG_CONFIG_HOST_BINARY) --cflags x11)