forked from KDE/kdevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appimage: build 5.6, bump kf/rs/plasma/okteta to 5.73/20.08.0/5.19.4/…
…0.26.4 GIT_SILENT
- Loading branch information
Showing
3 changed files
with
13 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,19 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 155422d..59b6768 100644 | ||
index a96b1e5..3058ee8 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -35,15 +35,16 @@ find_package(Canberra) | ||
set_package_properties(Canberra PROPERTIES | ||
PURPOSE "Needed to preview notification sounds" | ||
@@ -37,10 +37,10 @@ set_package_properties(Canberra PROPERTIES | ||
TYPE OPTIONAL) | ||
+set(Canberra_FOUND FALSE) | ||
if (Canberra_FOUND) | ||
add_definitions(-DHAVE_CANBERRA) | ||
else() | ||
if (NOT Canberra_FOUND) | ||
# This is REQUIRED since you cannot tell CMake "either one of those two optional ones are required" | ||
- find_package(Phonon4Qt5 4.6.60 NO_MODULE REQUIRED) | ||
- set_package_properties(Phonon4Qt5 PROPERTIES | ||
- DESCRIPTION "Qt-based audio library" | ||
- PURPOSE "Needed to preview notification sounds when Canberra isn't available") | ||
- add_definitions(-DHAVE_PHONON4QT5) | ||
+# find_package(Phonon4Qt5 4.6.60 NO_MODULE REQUIRED) | ||
+# set_package_properties(Phonon4Qt5 PROPERTIES | ||
+# DESCRIPTION "Qt-based audio library" | ||
+# PURPOSE "Needed to preview notification sounds when Canberra isn't available") | ||
+# add_definitions(-DHAVE_PHONON4QT5) | ||
endif() | ||
|
||
# Includes | ||
diff --git a/src/knotify-config.h.cmake b/src/knotify-config.h.cmake | ||
index 1794afc..7917612 100644 | ||
--- a/src/knotify-config.h.cmake | ||
+++ b/src/knotify-config.h.cmake | ||
@@ -1,7 +1,7 @@ | ||
#ifndef KNOTIFY_CONFIG_H | ||
#define KNOTIFY_CONFIG_H | ||
|
||
-#cmakedefine01 HAVE_PHONON | ||
+#cmakedefine HAVE_PHONON | ||
|
||
#endif /* KNOTIFY_CONFIG_H */ | ||
|