ecore-x - fix fallbacks to use capital X in lib name

thanks peter. fixes T8543
@fix
This commit is contained in:
Carsten Haitzler 2019-12-24 00:22:37 +00:00
parent b3cc7d403b
commit 9178166e23
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ endif
x11 = dependency('x11', required: false)
if x11.found() == false
x11 = cc.find_library('x11', required: true)
x11 = cc.find_library('X11', required: true)
endif
xcb = dependency('xcb', required: false)
@ -81,7 +81,7 @@ endif
x11_xcb = dependency('x11-xcb', required: false)
if x11_xcb.found() == false
x11_xcb = cc.find_library('x11-xcb', required: true)
x11_xcb = cc.find_library('X11-xcb', required: true)
endif
foreach ecore_x_check : ecore_x_checks