Skip to content
Snippets Groups Projects
Commit 2c147a72 authored by Pedro Alvarez's avatar Pedro Alvarez
Browse files

project.conf: Use variables and options from freedesktop-sdk

This way we can use variables like 'gcc_triplet'
parent 5d3fb931
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,21 @@ plugins: ...@@ -29,3 +29,21 @@ plugins:
aliases: aliases:
github: https://github.com/ github: https://github.com/
options:
# Copied from Freedesktop SDK (Shouldn't be junctioned)
target_arch:
type: arch
description: Architecture
variable: arch
values:
- arm
- aarch64
- i686
- x86_64
- powerpc64le
variables:
(@):
- freedesktop-sdk.bst:include/arch.yml
- freedesktop-sdk.bst:include/build-flags.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment