Skip to content

Commit

Permalink
Change cairo-xlib output name
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Švagelj <[email protected]>
  • Loading branch information
Caellian committed Apr 19, 2024
1 parent e279109 commit 1868a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(BUILD_LUA_CAIRO_XLIB)
wrap_tolua(luacairoxlib_src cairo_xlib.pkg)

add_library(conky-cairo_xlib SHARED ${luacairoxlib_src})
set_target_properties(conky-cairo_xlib PROPERTIES OUTPUT_NAME "cairo")
set_target_properties(conky-cairo_xlib PROPERTIES OUTPUT_NAME "cairo_xlib")

target_link_libraries(conky-cairo_xlib
${luacairoxlib_libs}
Expand Down

0 comments on commit 1868a79

Please sign in to comment.