aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2017-01-16Unset LD_LIBRARY_PATH, unless specifiedMykyta Holubakha-2/+4
2016-12-27Fix user-set LD_LIBRARY_PATHDrew DeVault-1/+1
2016-12-17Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRWouter van Kesteren-2/+2
Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places.
2016-12-09Fix build on FreeBSDGreg V-0/+4
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
2016-12-04Change name of ld-library-path cmake variableDrew DeVault-2/+2
2016-12-02Drop -Denable-binding-eventDrew DeVault-4/+0
2016-12-02Deal with LD_LIBRARY_PATHDrew DeVault-0/+3
2016-07-12Enable using non-annotated tags in git-describeHummer12007-1/+1
This fixes the version string
2016-05-14Set Cairo and Pango as required dependenciesDrew DeVault-2/+2
2016-05-14Turn off ZSH completions by defaultDrew DeVault-1/+1
2016-04-29Add -Werror to C flagsDrew DeVault-0/+1
2016-04-28Respect supplied CMAKE_C_FLAGSTomáš Čech-1/+1
2016-03-18New default wallpaper!Drew DeVault-1/+2
2016-01-22cmake: fix libinput include dirsMikkel Oscar Lyderik-1/+0
2016-01-19Merge pull request #440 from SethBarberee/zsh-completionsDrew DeVault-1/+4
Basic Zsh auto-completion for --options
2016-01-19libinputCole Mickens-0/+3
2016-01-17added basic zsh shell completion for sway, swaybg, and swaygrabSeth Barberee-1/+4
2016-01-09Make enable-binding-event option have an affect.Mikkel Oscar Lyderik-3/+3
The option was added to late so it was never set in the build.
2016-01-08Make wallpaper optional (cmake flag)Drew DeVault-5/+8
2016-01-08Make IPC binding event support a compile time opt.Mikkel Oscar Lyderik-0/+4
2016-01-05Fix whitespaces in cmake configMikkel Oscar Lyderik-35/+35
2015-12-28Add default wallpaperDrew DeVault-0/+6
Closes #238
2015-12-23Added include(GNUInstallDirs)Yacine Hmito-0/+1
Fixes configuration not properly installed since f02cf75
2015-12-23Use SYSCONFDIR as recommendedYacine Hmito-4/+0
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
2015-12-22fix backtrace detection in CMakerobotanarchy-2/+2
works on arch (glibc) and void linux (tested with musl libc) now
2015-12-21add -fPIC flag (position independent code) like in wlcrobotanarchy-0/+1
Linking fails otherwise: Linking C executable ../bin/sway /usr/bin/ld: CMakeFiles/sway.dir/commands.c.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC CMakeFiles/sway.dir/commands.c.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status sway/CMakeFiles/sway.dir/build.make:442: recipe for target 'bin/sway' failed
2015-12-21use CMake's FindBacktrace for backtrace feature detectionrobotanarchy-0/+8
2015-12-20make gdk-pixbuf dependency really optionalprogandy-6/+18
2015-12-20Make some dependencies optionalDrew DeVault-9/+40
Closes #368
2015-12-18Drop sway-xorg.desktopDrew DeVault-5/+0
2015-12-17Implement PAM password verification in swaylockDrew DeVault-0/+1
2015-12-10Add swaylock subprojectDrew DeVault-0/+1
2015-12-08Merge pull request #296 from progandy/pixbufDrew DeVault-0/+1
Support for more image formats for wallpapers with gdk-pixbuf (#282)
2015-12-07swaybg: load more image formats with gdk-pixbuf2progandy-0/+1
travis: added gdk-pixbuf2 dependency
2015-12-02move manpages to subfoldersChristoph Gysin-6/+2
2015-12-02cmake: build common code only onceChristoph Gysin-1/+13
This creates (static) libraries for protocols/, common/, and wayland/.
2015-12-01cmake: remove extra spaceChristoph Gysin-1/+1
2015-12-01cmake: extract swayChristoph Gysin-49/+1
2015-12-01cmake: extract add_manpage()Christoph Gysin-31/+1
2015-12-01cmake: remove unnecessary quotesChristoph Gysin-26/+26
2015-12-01cmake: remove old-style endif conditionChristoph Gysin-1/+1
2015-12-01cmake: use out-of-source buildChristoph Gysin-2/+1
2015-12-01cmake: separate C flags and preprocesser definitionsChristoph Gysin-1/+7
2015-12-01cmake: use tabs instead of spacesChristoph Gysin-66/+66
2015-12-01cmake: style consistencyChristoph Gysin-25/+37
2015-12-01cmake: convert all cmake commands to lowercaseChristoph Gysin-3/+3
2015-12-01FALLBACK_CONFIG_DIR did not work. Fixed.Yacine Hmito-1/+2
- Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly.
2015-12-01Can customize config fallback directoryYacine Hmito-1/+4
CMake takes a `FALLBACK_CONFIG_DIR` flag which is the directory where the standard configuration file `config` is copied at installation. If loading from typical configuration directories fails, sway loads FALLBACK_CONFIG_DIR/config (/etc/sway/config by default).
2015-11-29Add swaybar subprojectDrew DeVault-0/+1
2015-11-27Add swaygrab(1) man pageDrew DeVault-0/+1