falkon: Remove xcb-util dependency.

This commit is contained in:
Dylan Araps 2020-01-18 14:16:35 +02:00
parent 973c765e22
commit 5f6c2382ff
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -11,10 +11,15 @@ rm -rf po poqm
sed -i 's/\(Settings>\)/\1\n#include <QFile>/' \
src/plugins/VerticalTabs/verticaltabsplugin.cpp
# Remove unused xcb-util dependency.
sed -i 's/XCB UTIL/XCB/' CMakeLists.txt
sed -i '/xcb_atom.h/d' src/lib/app/browserwindow.cpp
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DDISABLE_DBUS=ON
cmake --build build