Skip to content

Commit

Permalink
Fix Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgruner committed Aug 23, 2022
1 parent ae47ed8 commit fc23163
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@ PKG_CHECK_MODULES(GJSON, [


dnl check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK([1.14],[--flavour no-tmpl --docdir docs])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
GTK_DOC_CHECK([1.14])

PKG_CHECK_MODULES(LIBEDIT, [
libedit >= $LIBEDIT_REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
libglib2.0-dev,
libjson-glib-dev,
gtk-doc-tools,
libreadline-dev,
libedit-dev,
libncursesw5-dev,
libdaemon-dev,
libjansson-dev,
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/gstd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ expand_content_files=
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS=$(GST_CFLAGS) $(GIO_CFLAGS) -I$(top_srcdir)/gstd/
GTKDOC_LIBS=$(top_builddir)/gstd/libgstd-core.la
GTKDOC_LIBS=$(top_builddir)/libgstd/libgstd-$(GSTD_API_VERSION).la


# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_builddir)/docs/gtk-doc.make
include $(top_srcdir)/docs/gtk-doc.make

# Comment this out if you want 'make check' to test you doc status
# and run some sanity checks
Expand Down
Empty file modified libgstc/python/debian/rules
100644 → 100755
Empty file.

0 comments on commit fc23163

Please sign in to comment.