Skip to content

Commit

Permalink
CMake: rename autostart desktop variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Apr 22, 2024
1 parent 1c841d1 commit 83634a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autostart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(DESKTOP_FILES lxqt-panel.desktop.in)
set(AUTOSTART_DESKTOP_FILES_IN lxqt-panel.desktop.in)

# Translations **********************************
lxqt_translate_desktop(DESKTOP_FILES
SOURCES
${DESKTOP_FILES_IN}
${AUTOSTART_DESKTOP_FILES_IN}
USE_YAML
)
add_custom_target(lxqt_panel_autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES})
Expand Down

0 comments on commit 83634a0

Please sign in to comment.