elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

build: use find_library correctly #342

Closed worldofpeace closed 3 years ago

worldofpeace commented 3 years ago

find_library prefixes everything with lib automatically. On certain platforms this will result in an error like

meson.build:19:0: ERROR: C library 'libgnomekbdui' not found

This is actually a regression and I had to fix this once before in https://github.com/elementary/switchboard-plug-keyboard/commit/51e767475fe649b52324fe0a6641707d5d93f1e3 in this exact project :grimacing:

worldofpeace commented 3 years ago

@danrabbit No problem, currently auditing all master's build expressions :rofl: