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 266f0a5716
commit ad912c8051
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,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)
@ -85,7 +85,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