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>
This commit is contained in:
committed by
Eric Engestrom
parent
71c6f64e54
commit
4c5f0b4fd4
+3
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user