#!/usr/bin/make -f upstream_source = weston include ../source.mk nop: @: build: oh-autoconfigure -- \ --disable-egl \ --disable-xwayland \ --disable-x11-compositor \ --disable-drm-compositor \ --disable-rpi-compositor \ --disable-weston-launch \ --enable-demo-clients-install \ --enable-fbdev-compositor oh-autobuild touch $@ install: build oh-autoinstall rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/fbdev-backend.la' rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/headless-backend.la' rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/desktop-shell.la' rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/ivi-shell.la' rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/fullscreen-shell.la' rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/weston/hmi-controller.la' oh-fixperms oh-strip oh-installfiles