Skip to content

Commit

Permalink
Backends: change name scheme
Browse files Browse the repository at this point in the history
libwmbackend_<platform>.so
  • Loading branch information
gfgit committed Aug 20, 2024
1 parent 1f2bcdc commit dc336df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion panel/backends/xcb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
set(NAME xcb_backend)
set(PLATFORM_NAME xcb)

set(PREFIX_NAME wmbackend)
set(PROGRAM "lxqt-panel")
set(BACKEND "backend")
set(NAME ${PREFIX_NAME}_${PLATFORM_NAME})
project(${PROGRAM}_${BACKEND}_${NAME})

set(PROG_SHARE_DIR ${CMAKE_INSTALL_FULL_DATAROOTDIR}/lxqt/${PROGRAM}/${BACKEND})
Expand Down

0 comments on commit dc336df

Please sign in to comment.