mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10: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,\
|
CURSES_OK = $(call check_equal_f,\
|
||||||
$(shell pkg-config --exists ncurses && echo ok),ok,\
|
$(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
|
# Check if 'texinfo' is installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user