mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
add some deps and options to vte
This commit is contained in:
parent
306ce97583
commit
96968308cf
@ -7,6 +7,7 @@ $SCRIPTS/build libX11
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build pango
|
||||
$SCRIPTS/build gtk+
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
@ -20,6 +21,8 @@ cd $PKG_BUILD
|
||||
--disable-gnome-pty-helper \
|
||||
--disable-glade \
|
||||
--with-default-emulation=xterm \
|
||||
--without-glX \
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install pango
|
||||
$SCRIPTS/install gtk+
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
#mkdir -p $INSTALL/usr/libexec
|
||||
#cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user