mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-21 13:30:56 +02:00
cmake: Add X11 include path for tools
Fixes compilation issues for case when X11 is not in a standard location
This commit is contained in:
parent
6072f8b241
commit
5314ced357
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ set(dbus_launch_SOURCES
|
|||
${dbus_launch_SOURCES}
|
||||
dbus-launch-x11.c
|
||||
)
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
set(dbus_cleanup_sockets_SOURCES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue