Skip to content

Commit

Permalink
Merge pull request beagleboard#3 from kraj/master
Browse files Browse the repository at this point in the history
beaglebone.conf: Define policies for libgl* virtual providers
  • Loading branch information
koenkooi committed Nov 4, 2013
2 parents 3715c72 + 5b5e317 commit 70085f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common-bsp/conf/machine/beaglebone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ UBOOT_MACHINE = "am335x_evm_config"
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"

MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel-devicetree-overlays"

PREFERRED_PROVIDER_virtual/libgl = "mesa-gl"
PREFERRED_PROVIDER_virtual/egl = "libgles-omap3"
PREFERRED_PROVIDER_virtual/libgles1 = "libgles-omap3"
PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
PREFERRED_PROVIDER_virtual/mesa = "mesa-gl"

0 comments on commit 70085f3

Please sign in to comment.