Skip to content

Commit

Permalink
[debian] rules: Actually enable KF6.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed Nov 12, 2024
1 parent 4d68c4a commit 8831b1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rom-properties (2.4-1ppa6~oracular3) oracular; urgency=medium

* Actually enable KF6.

-- David Korth <[email protected]> Mon, 11 Nov 2024 20:50:37 -0500

rom-properties (2.4-1ppa6~oracular2) oracular; urgency=medium

* Fix KF6 paths.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CMAKE_OPTIONS := \
-DUSE_SECCOMP=ON \
-DBUILD_KDE4=OFF \
-DBUILD_KF5=ON \
-DBUILD_KF6=OFF \
-DBUILD_KF6=ON \
-DBUILD_XFCE=OFF \
-DBUILD_GTK3=ON \
-DBUILD_GTK4=ON \
Expand Down

0 comments on commit 8831b1c

Please sign in to comment.