Fix paths for protocols

This commit is contained in:
Victor Tran 2023-10-09 22:19:40 +11:00
parent 94919401e7
commit 9a8af57914
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -40,10 +40,10 @@ else()
target_include_directories(plugin-${PLUGIN_NAME} PRIVATE ../../wayland-layer-shell/client-lib/)
tdesktopenvironment_register_wayland_protocol_extension(plugin-${PLUGIN_NAME} FILES
../../lib/wayland-protocols/wlr-protocols/unstable/wlr-foreign-toplevel-management-unstable-v1.xml
wayland-protocols/wlr-protocols/unstable/wlr-foreign-toplevel-management-unstable-v1.xml
wayland-protocols/tdesktopenvironment-protocols/tdesktopenvironment-keygrab-v1.xml
wayland-protocols/tdesktopenvironment-protocols/tdesktopenvironment-accessibility-v1.xml
../../lib/wayland-protocols/wlr-protocols/unstable/wlr-output-management-unstable-v1.xml
wayland-protocols/wlr-protocols/unstable/wlr-output-management-unstable-v1.xml
)
install(DIRECTORY wayland-protocols/tdesktopenvironment-protocols
DESTINATION ${CMAKE_INSTALL_DATADIR}/libtdesktopenvironment/wayland-protocols

View file

@ -31,8 +31,8 @@ set(PRIVATE_HEADERS
add_library(tdesktopenvironment-wayland-layer-shell-client-lib SHARED ${SOURCES} ${HEADERS} ${PRIVATE_HEADERS})
cntp_init(tdesktopenvironment-wayland-layer-shell-client-lib 20)
tdesktopenvironment_register_wayland_protocol_extension(tdesktopenvironment-wayland-layer-shell-client-lib FILES
../../plugins/wayland/wayland-protocols/tdesktopenvironment-protocols/wlr-layer-shell-unstable-v1.xml
../../lib/wayland-protocols/wayland-protocols/stable/xdg-shell/xdg-shell.xml
../../plugins/wayland/wayland-protocols/tdesktopenvironment-protocols/wlr-layer-shell-unstable-v1.xml
../../plugins/wayland/wayland-protocols/wayland-protocols/stable/xdg-shell/xdg-shell.xml
)
set_target_properties(tdesktopenvironment-wayland-layer-shell-client-lib PROPERTIES
OUTPUT_NAME tdesktopenvironment-wayland-layer-shell-client

View file

@ -27,7 +27,7 @@ add_library(tdesktopenvironment-wayland-shell-qt-plugin SHARED ${SOURCES} ${HEAD
cntp_init(tdesktopenvironment-wayland-shell-qt-plugin 20)
tdesktopenvironment_register_wayland_protocol_extension(tdesktopenvironment-wayland-shell-qt-plugin FILES
../../plugins/wayland/wayland-protocols/tdesktopenvironment-protocols/wlr-layer-shell-unstable-v1.xml
../../lib/wayland-protocols/wayland-protocols/stable/xdg-shell/xdg-shell.xml
../../plugins/wayland/wayland-protocols/wayland-protocols/stable/xdg-shell/xdg-shell.xml
)
set_target_properties(tdesktopenvironment-wayland-shell-qt-plugin PROPERTIES
PREFIX ""