Ticket #43664

client/Makefile.am broken syntax with gtk4-client enabled

Eröffnet am: 2022-01-20 23:41 Letztes Update: 2022-02-13 17:29

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
2

Details

While I've not seen build to fail, it seems to me that client/Makefile.am is broken when gtk4-client is enabled.

if CLIENT_GUI_GTK_4
gtk4_menus.xml
endif

should be

if CLIENT_GUI_GTK_4
CLIENT_FILES += gtk4_menus.xml
endif

Ticket-Verlauf (3/5 Historien)

2022-01-20 23:41 Aktualisiert von: cazfi
  • New Ticket "client/Makefile.am broken syntax with gtk4-client enabled" created
2022-02-03 23:35 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 3.1.0 (closed)
2022-02-13 17:29 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden