mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 01:40:22 +01:00
meson: don't install windows headers on non-windows platforms
Only dive into the windows subdir if windows platform is selected. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Fixes:5ef75cb02b"meson: build src/glx/windows" Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (cherry picked from commit4c5f0b4fd4)
This commit is contained in:
parent
f4ac792671
commit
a445cba84d
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
subdir('windows')
|
||||
if with_dri_platform == 'windows'
|
||||
subdir('windows')
|
||||
endif
|
||||
|
||||
files_libglx = files(
|
||||
'clientattrib.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue