mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
menuselect: Add menuselect to Asterisk trunk (Patch 1)
This is the first patch that adds menuselect to Asterisk trunk, and removes the svn:externals property. This is being done for two reasons: (1) The removal of external repositories eases a future migration to git (2) Asterisk is now the only thing that uses menuselect; as a result, there's little need to keep it in an external repository Subsequent patches will remove the mxml dependency from menuselect and tidy up the build system. ASTERISK-20703 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
22
menuselect/makeopts.in
Normal file
22
menuselect/makeopts.in
Normal file
@@ -0,0 +1,22 @@
|
||||
# NOTE: Names of _INCLUDE and _LIB entries in this file must be
|
||||
# the exact uppercase equivalents of the names used for
|
||||
# dependencies in menuselect for the same package.
|
||||
|
||||
CC=@CC@
|
||||
|
||||
OSARCH=@HOST_OS@
|
||||
MENUSELECT_DEBUG=@MENUSELECT_DEBUG@
|
||||
|
||||
# The frontend can use curses, ncurses, newt or gtk2
|
||||
|
||||
CURSES_INCLUDE=@CURSES_INCLUDE@
|
||||
CURSES_LIB=@CURSES_LIB@
|
||||
|
||||
GTK2_INCLUDE=@GTK2_INCLUDE@
|
||||
GTK2_LIB=@GTK2_LIB@
|
||||
|
||||
NCURSES_INCLUDE=@NCURSES_INCLUDE@
|
||||
NCURSES_LIB=@NCURSES_LIB@
|
||||
|
||||
NEWT_INCLUDE=@NEWT_INCLUDE@
|
||||
NEWT_LIB=@NEWT_LIB@
|
Reference in New Issue
Block a user