mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
mesa-common: Update for python-native changes
Add pythonnative to the inherits list (From OE-Core rev: 003dad555c7c3df61000bf7f712abb4050f3b4e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf4594805c
commit
9e8129ee44
@@ -12,7 +12,7 @@ SECTION = "x11"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
|
||||
|
||||
INC_PR = "r14"
|
||||
INC_PR = "r15"
|
||||
PE = "2"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ PROVIDES = "virtual/libgl"
|
||||
# for mesa-dri and mesa-xlib
|
||||
FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools pkgconfig pythonnative
|
||||
|
||||
EXTRA_OECONF = "--enable-glu \
|
||||
--disable-glw \
|
||||
|
||||
Reference in New Issue
Block a user