Skip to content

Commit

Permalink
[libmlocale] Remove completely useless dependency on x11.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Apr 9, 2013
1 parent dba7fb3 commit 4f1182d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion rpm/libmlocale.spec
Expand Up @@ -21,7 +21,6 @@ Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(x11)
BuildRequires: gconf-devel

%description
Expand Down
1 change: 0 additions & 1 deletion rpm/libmlocale.yaml
Expand Up @@ -15,7 +15,6 @@ PkgConfigBR:
- icu-uc
- QtCore
- QtOpenGL
- x11
PkgBR:
- gconf-devel
Files:
Expand Down
4 changes: 0 additions & 4 deletions src/common_top.pri
Expand Up @@ -35,10 +35,6 @@ macx:CONFIG -= lib_bundle
!win32-msvc*:QMAKE_CXXFLAGS += -Wno-long-long -pedantic
!win32:QMAKE_CXXFLAGS += -Wno-variadic-macros -fvisibility=hidden

!win32-msvc*:LIBS += -lm -lX11
macx:LIBS -= -lX11
win32:LIBS -= -lX11

# enable QString optimizations
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS

Expand Down

0 comments on commit 4f1182d

Please sign in to comment.