summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.6.00.6.0Mike Gabriel26 hours1-1/+1
| | | | | | | | | | | | | - CMake: Add ${CMAKE_BINARY_DIR}/src to target_include_directories(). - debian/: Prepare release v0.6.0. Update packaging from Debian unstable. - tests/test-libappindicator-fallback-watcher.c: Increase test timeout, fix unit test on riscv64. - Add support for tooltips. - Add macros for compile-time version checking. - Use symlink in the build directory for includes. - Revert "Explicitly mark deprecated functions and use substitutes". - Implement the Activate D-Bus method for primary click handling.
* Add macros for compile-time version checkingGuido Berhoerster34 hours1-1/+6
|
* release 0.5.940.5.94release-buildsMike Gabriel2025-03-121-1/+1
|
* release 0.5.930.5.93Mike Gabriel2023-10-131-1/+1
|
* CMakeLists.txt: Generate GTK documentation by defaultRobert Tari2023-09-101-1/+1
| | | | We already have all optional featureson by default, so this one should be no exception
* Replace DBus-GLib with GDBus and drop libdusRobert Tari2023-08-091-4/+0
| | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/11
* release 0.5.920.5.92Mike Gabriel2023-02-021-1/+1
|
* release 0.5.910.5.91Mike Gabriel2022-04-081-1/+1
|
* Clean up compilation flagsRobert Tari2022-02-111-20/+11
|
* CMakeLists.txt: Fix how we evaluate the result for find_program for gtkdoc-scan.Mike Gabriel2021-10-241-1/+1
|
* CMakeLists.txt: Fix gtkdoc-scan binary name.Mike Gabriel2021-10-241-2/+2
|
* {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵Mike Gabriel2021-10-241-0/+4
| | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27
* CMakeLists.txt: White-space fix (remove superfluous empty line).Mike Gabriel2021-10-231-1/+0
|
* CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON.Mike Gabriel2021-10-231-0/+8
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15
* Re-introduce (CMake based) build support against GTK+ 2.0.Mike Gabriel2021-10-231-1/+30
|
* CMakeLists: Introduce -DENABLE_GTKDOC.Mike Gabriel2021-10-231-1/+5
|
* Add ENABLE_WERROR optionRobert Tari2021-08-091-4/+13
|
* Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-091-0/+74