mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
CMake: fix configure_file replacement
This commit is contained in:
parent
379b27281e
commit
1c802128f6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ include_directories(
|
|||
|
||||
# configure
|
||||
include(GNUInstallDirs)
|
||||
set(LIBEXECDIR ${CMAKE_INSTALL_LIBEXECDIR})
|
||||
set(LIBEXECDIR ${CMAKE_INSTALL_FULL_LIBEXECDIR})
|
||||
configure_file(org.freedesktop.impl.portal.desktop.hyprland.service.in org.freedesktop.impl.portal.desktop.hyprland.service @ONLY)
|
||||
configure_file(contrib/systemd/xdg-desktop-portal-hyprland.service.in contrib/systemd/xdg-desktop-portal-hyprland.service @ONLY)
|
||||
|
||||
|
|
Loading…
Reference in a new issue