110-n810-gui.mk 548 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2010 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/n810-gui
  8. $(call Profile/n810-base)
  9. NAME:=Nokia n810 (GUI)
  10. PACKAGES+= \
  11. xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \
  12. xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
  13. openbox tint2 matchbox-keyboard \
  14. pwrtray
  15. endef
  16. define Profile/n810-gui/Description
  17. Graphical user interface package set for Nokia n810 hardware.
  18. endef
  19. $(eval $(call Profile,n810-gui))