mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 glib
|
||||||
$SCRIPTS/build pango
|
$SCRIPTS/build pango
|
||||||
$SCRIPTS/build gtk+
|
$SCRIPTS/build gtk+
|
||||||
|
$SCRIPTS/build ncurses
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
@ -20,6 +21,8 @@ cd $PKG_BUILD
|
|||||||
--disable-gnome-pty-helper \
|
--disable-gnome-pty-helper \
|
||||||
--disable-glade \
|
--disable-glade \
|
||||||
--with-default-emulation=xterm \
|
--with-default-emulation=xterm \
|
||||||
|
--without-glX \
|
||||||
|
--disable-gtk-doc \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libX11
|
||||||
|
$SCRIPTS/install glib
|
||||||
|
$SCRIPTS/install pango
|
||||||
|
$SCRIPTS/install gtk+
|
||||||
|
$SCRIPTS/install ncurses
|
||||||
|
|
||||||
#mkdir -p $INSTALL/usr/libexec
|
#mkdir -p $INSTALL/usr/libexec
|
||||||
#cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec
|
#cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user