Advertisement
xerpi

3DS compile Weston command line

Nov 30th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. export PREFIX=/opt/x-tools/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf
  2. export SYSROOT=$PREFIX/sysroot
  3. export PKG_CONFIG_DIR=
  4. export PKG_CONFIG_LIBDIR=${SYSROOT}/lib/pkgconfig:${SYSROOT}/usr/lib/pkgconfig:${SYSROOT}/usr/share/pkgconfig
  5. export PKG_CONFIG_SYSROOT_DIR=${SYSROOT}
  6.  
  7. ./autogen.sh --disable-documentation --build=arm-linux --host=arm-unknown-linux-gnueabihf --prefix=$WLD --disable-x11-compositor --disable-drm-compositor --disable-wayland-compositor --disable-rpi-compositor --disable-weston-launch --disable-simple-egl-clients --disable-egl --disable-libunwind --disable-colord --disable-resize-optimization --disable-xwayland-test --disable-xwayland --disable-dbus --disable-ivi-shell --disable-systemd-login --enable-demo-clients-install --disable-xkbcommon WESTON_NATIVE_BACKEND="fbdev-backend.so" --disable-setuid-install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement