diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-23 02:20:34 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-23 02:20:34 +0300 |
commit | f8d97efb8f1bc5a7e764e1bb14f0e97ac36de68d (patch) | |
tree | 9aa521afbc351830c9eb945272d66a7ac04fdf77 /lib | |
parent | 84fb6b99a3d2783ebe424d995977a60f1d3b4e69 (diff) | |
download | bemenu-f8d97efb8f1bc5a7e764e1bb14f0e97ac36de68d.tar.gz bemenu-f8d97efb8f1bc5a7e764e1bb14f0e97ac36de68d.tar.bz2 bemenu-f8d97efb8f1bc5a7e764e1bb14f0e97ac36de68d.zip |
Install wayland renderer as well.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/renderers/wayland/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/renderers/wayland/CMakeLists.txt b/lib/renderers/wayland/CMakeLists.txt index 4525b0d..01c3f09 100644 --- a/lib/renderers/wayland/CMakeLists.txt +++ b/lib/renderers/wayland/CMakeLists.txt @@ -7,4 +7,5 @@ if (WAYLAND_FOUND) ADD_LIBRARY(bemenu-renderer-wayland SHARED wayland.c) SET_TARGET_PROPERTIES(bemenu-renderer-wayland PROPERTIES PREFIX "") TARGET_LINK_LIBRARIES(bemenu-renderer-wayland ${WAYLAND_CLIENT_LIBRARIES} ${XKBCOMMON_LIBRARIES} ${CAIRO_LIBRARIES}) + INSTALL(TARGETS bemenu-renderer-wayland DESTINATION lib/bemenu) endif () |