diff options
Diffstat (limited to 'user/polkit-qt-1/APKBUILD')
-rw-r--r-- | user/polkit-qt-1/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/polkit-qt-1/APKBUILD b/user/polkit-qt-1/APKBUILD index 4a109e7d7..f50285a88 100644 --- a/user/polkit-qt-1/APKBUILD +++ b/user/polkit-qt-1/APKBUILD @@ -25,8 +25,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ - -DUSE_QT5=ON \ - ${CMAKE_CROSSOPTS} + ${CMAKE_CROSSOPTS} . make } |