Skip to content

Commit

Permalink
Add X11 preprocessor definition only to dictpopup
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed Jun 22, 2024
1 parent 8b4b781 commit 8bea3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ target_link_libraries(dictpopup PRIVATE ${GTK3_LIBRARIES} ${NOTIFY_LIBRARIES}
${CURL_LIBRARIES} -lmecab -llmdb)

## X11 window title support
add_definitions(-DHAVEX11)
target_compile_definitions(dictpopup PUBLIC HAVEX11)
target_link_libraries(dictpopup PRIVATE -lXfixes -lX11)

# ##############################################################################
Expand Down

0 comments on commit 8bea3a9

Please sign in to comment.