Skip to content

Commit

Permalink
Merge pull request #263 from no92/wlgears
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Oct 6, 2023
2 parents 9ee009c + d38c914 commit 3d07dce
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions bootstrap.d/gui-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,46 @@ packages:
- args: ['ninja', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'

- name: wlgears
architecture: '@OPTION:arch@'
metadata:
summary: A port of glxgears to wayland
description: "This utility is a port of the glxgears demo of mesa-demos onto wayland with a meson build system."
spdx: MIT
website: 'https://github.com/no92/wlgears'
maintainer: "no92 <[email protected]>"
categories: ['gui-apps']
source:
subdir: ports
git: 'https://github.com/no92/wlgears.git'
tag: 'v0.1.0'
version: '0.1.0'
tools_required:
- system-gcc
- wayland-scanner
- virtual: pkgconfig-for-target
triple: "@OPTION:arch-triple@"
- virtual: pkgconfig-for-host
program_name: host-pkg-config
pkgs_required:
- mlibc
- wayland
- wayland-protocols
configure:
- args:
- 'meson'
- '--cross-file'
- '@SOURCE_ROOT@/scripts/meson-@OPTION:[email protected]'
- '--native-file'
- '@SOURCE_ROOT@/scripts/meson.native-file'
- '--prefix=/usr'
- '--libdir=lib'
- '--buildtype=debugoptimized'
- '@THIS_SOURCE_DIR@'
build:
- args: ['ninja']
- args: ['ninja', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'
quiet: true

0 comments on commit 3d07dce

Please sign in to comment.