mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
parent
bfa90ab3e8
commit
1f8438a6ae
@ -121,7 +121,9 @@ PKG_CONFIG_OK = $(call check_nonempty_f,$(shell which pkg-config),\
|
||||
#
|
||||
CURSES_OK = $(call check_equal_f,\
|
||||
$(shell pkg-config --exists ncurses && echo ok),ok,\
|
||||
Need to have 'libncurses' installed.)
|
||||
$(call check_equal_f,\
|
||||
$(shell pkg-config --exists ncursesw && echo ok),ok,\
|
||||
Need to have 'libncurses' installed.))
|
||||
|
||||
#
|
||||
# Check if 'texinfo' is installed
|
||||
|
Loading…
Reference in New Issue
Block a user