Linux: cmake: Add xi dependency for cefclient (see issue #1059)
This commit is contained in:
parent
872f25dcc6
commit
a4f0b4c5fb
|
@ -122,7 +122,7 @@ if(OS_LINUX)
|
|||
)
|
||||
|
||||
# Find required libraries and update compiler/linker variables.
|
||||
FIND_LINUX_LIBRARIES("gmodule-2.0 gtk+-2.0 gthread-2.0 gtk+-unix-print-2.0 gtkglext-1.0")
|
||||
FIND_LINUX_LIBRARIES("gmodule-2.0 gtk+-2.0 gthread-2.0 gtk+-unix-print-2.0 gtkglext-1.0 xi")
|
||||
|
||||
# Executable target.
|
||||
add_executable(${CEF_TARGET} ${CEFCLIENT_SRCS})
|
||||
|
|
Loading…
Reference in New Issue