2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

falkon: Remove unneeded sed calls

This commit is contained in:
Dylan Araps 2020-01-27 22:04:48 +02:00
parent 154f4a3e21
commit 6549391e60
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -13,10 +13,6 @@ 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 \