Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Remove dead g-i-r configuration #231

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ the Linux distribution:
autoconf \
automake \
build-base \
glib-dev \
gobject-introspection-dev \
gperf \
kmod-dev \
libxslt \
Expand Down Expand Up @@ -67,13 +65,11 @@ the Linux distribution:
docbook-xml \
docbook-xsl \
gnu-efi \
gobject-introspection \
gperf \
intltool \
libacl1-dev \
libblkid-dev \
libcap-dev \
libglib-object-introspection-perl \
libkmod-dev \
libselinux1-dev \
libtool \
Expand All @@ -89,7 +85,6 @@ the Linux distribution:
docbook-xml-dtd \
docbook-xml-dtd \
docbook-xsl-stylesheets \
gobject-introspection \
gperf \
kmod \
libselinux \
Expand Down
12 changes: 0 additions & 12 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,8 @@ AC_SUBST([udevrulesdir],[${udevlibexecdir}/rules.d])
AC_SUBST([pkgconfiglibdir], [${libdir}/pkgconfig])
AC_SUBST([sharepkgconfigdir],[${datadir}/pkgconfig])

# introspection paths
AC_SUBST([girdir], [${datadir}/gir-1.0])
AC_SUBST([typelibsdir], [${libdir}/girepository-1.0])

AC_SUBST([rootrundir],[${with_rootrundir}])

# ------------------------------------------------------------------------------

GOBJECT_INTROSPECTION_CHECK([1.31.1])
AM_CONDITIONAL([HAVE_INTROSPECTION], [test "$enable_introspection" = "yes"])

# ------------------------------------------------------------------------------
AC_ARG_ENABLE([programs],
AS_HELP_STRING([--disable-programs], [disable programs (udevd, udevadm and helpers)]),
Expand Down Expand Up @@ -349,9 +340,6 @@ AC_MSG_RESULT([

pkgconfiglibdir: ${libdir}/pkgconfig
sharepkgconfigdir ${datadir}/pkgconfig

girdir ${datadir}/gir-1.0
typelibsdir ${libdir}/girepository-1.0
])

# ------------------------------------------------------------------------------
Expand Down
96 changes: 0 additions & 96 deletions m4/introspection.m4

This file was deleted.