diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-05 02:26:53 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-05 11:45:11 +0200 |
| commit | 45d8de38393c2b34eaafd49901a48fced685b1e8 (patch) | |
| tree | dc89853e1c49129bc748423d653715e751414032 /Makefile.am | |
| parent | ecd1b0d916bbbe002af9624f152c062a891e4633 (diff) | |
added gtk-broadway-run.sh as an alternative to xfvb-run
The latter sometimes fails and causes a lot of fallout on OBS servers.
gtk-broadway-run.sh uses the GTK Broadway backend instead and will
only work with GTK applications.
It is currently tested for the Debian and RPM packages and might
later be integrated into the FreeBSD package as well.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e956878..2393eb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,9 @@ dist_scitecodata_DATA = fallback.teco_ini EXTRA_DIST = README TODO +# Used in many packaging recipes +dist_noinst_SCRIPTS = gtk-broadway-run.sh + if INTERFACE_GTK # Only the lower resolution PNG icons are installed as they are # required by the GTK UI. |
