[Freeciv-tickets] [freeciv] #43664: client/Makefile.am broken syntax with gtk4-client enabled

Back to archive index
OSDN Ticket System norep****@osdn*****
Thu Feb 3 23:35:45 JST 2022


#43664: client/Makefile.am broken syntax with gtk4-client enabled

  Open Date: 2022-01-20 16:41
Last Update: 2022-02-03 16:35

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/43664
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43664

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-02-03 16:35 Updated by: cazfi
 * Owner Update from (None) to cazfi
 * Resolution Update from None to Accepted
 * Milestone Update from (None) to 3.1.0


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: cazfi
          Type: Bugs
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: 3.1.0
     Component: Bootstrap
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket 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 information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/43664
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43664



More information about the Freeciv-tickets mailing list
Back to archive index