Linux: cmake: Add xi dependency for cefclient (see issue #1059)

This commit is contained in:
Marshall Greenblatt 2019-03-15 13:41:48 -04:00
parent 872f25dcc6
commit a4f0b4c5fb
1 changed files with 1 additions and 1 deletions

View File

@ -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})