Skip to content

Commit

Permalink
wlgears: add port
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Oct 4, 2023
1 parent 829763b commit 1942d41
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bootstrap.d/gui-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,45 @@ 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'
branch: master
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 1942d41

Please sign in to comment.