qulogic/libgnt

Various build fixes:

2018-03-01, Shawn Napora
f643219747bf
Parents 88614f53a2f8
Children a40325f3a45a
Various build fixes:
* Included required libraries for functions used in various files
* Created dbus_codegen_dep in meson build to generate dbus_types.h and other files prior to using them
* Added dbus_codegen_dep where code depends on generated files
* Created package_revision_dep to build package_revision.h for gtkdialogs.c
  • +1 -0
    test/combo.c
  • +1 -0
    test/keys.c
  • +3 -0
    test/tv.c
  • --- a/test/combo.c Mon Nov 27 20:55:41 2017 -0600
    +++ b/test/combo.c Thu Mar 01 08:27:47 2018 -0500
    @@ -4,6 +4,7 @@
    #include <gntcheckbox.h>
    #include <gntcombobox.h>
    #include <gntentry.h>
    +#include <gntfilesel.h>
    #include <gntlabel.h>
    #include <gntslider.h>
    --- a/test/keys.c Mon Nov 27 20:55:41 2017 -0600
    +++ b/test/keys.c Thu Mar 01 08:27:47 2018 -0500
    @@ -1,3 +1,4 @@
    +#include <string.h>
    #include <gnt.h>
    #include <gntbox.h>
    #include <gntentry.h>
    --- a/test/tv.c Mon Nov 27 20:55:41 2017 -0600
    +++ b/test/tv.c Thu Mar 01 08:27:47 2018 -0500
    @@ -1,3 +1,6 @@
    +#include <stdlib.h>
    +#include <string.h>
    +#include <unistd.h>
    #include "gntbutton.h"
    #include "gnt.h"
    #include "gntkeys.h"