Skip to content

Commit

Permalink
src/gudev: remove Gobject libudev support.
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
  • Loading branch information
blueness committed Jul 20, 2015
1 parent 1b6370e commit 252150e
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 3,015 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Expand Up @@ -35,13 +35,6 @@ src/mtd_probe/mtd_probe
src/scsi_id/scsi_id
src/v4l_id/v4l_id

src/gudev/gudevenumtypes.c
src/gudev/gudevenumtypes.h
src/gudev/gudevmarshal.c
src/gudev/gudevmarshal.h
src/gudev/GUdev-1.0.gir
src/gudev/GUdev-1.0.typelib

src/udev/keyboard-keys-from-name.gperf
src/udev/keyboard-keys-from-name.h
src/udev/keyboard-keys-to-name.h
Expand Down
14 changes: 0 additions & 14 deletions configure.ac
Expand Up @@ -182,9 +182,6 @@ AC_SUBST([udevrulesdir],[${udevlibexecdir}/rules.d])
AC_SUBST([pkgconfiglibdir], [${libdir}/pkgconfig])
AC_SUBST([sharepkgconfigdir],[${datadir}/pkgconfig])

# gudev paths
AC_SUBST([libgudev_includedir],[${includedir}/gudev-1.0/gudev])

# introspection paths
AC_SUBST([girdir], [${datadir}/gir-1.0])
AC_SUBST([typelibsdir], [${libdir}/girepository-1.0])
Expand Down Expand Up @@ -236,13 +233,6 @@ AC_CHECK_DECL([unshare],
[#include <syscall.h>])],
[#include <sched.h>])

# ------------------------------------------------------------------------------
AC_ARG_ENABLE([gudev],
AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]),
[], [enable_gudev=yes])
AS_IF([test "x$enable_gudev" = "xyes"], [ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0]) ])
AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])

# ------------------------------------------------------------------------------
AC_PATH_TOOL(GPERF, gperf)
if test -z "$GPERF" ; then
Expand Down Expand Up @@ -287,8 +277,6 @@ AC_CONFIG_FILES([Makefile
src/mtd_probe/Makefile
src/scsi_id/Makefile
src/v4l_id/Makefile
src/gudev/Makefile
src/gudev/gudev-1.0.pc
src/shared/Makefile
src/libudev/Makefile
src/libudev/libudev.pc
Expand Down Expand Up @@ -326,8 +314,6 @@ AC_MSG_RESULT([
pkgconfiglibdir: ${libdir}/pkgconfig
sharepkgconfigdir ${datadir}/pkgconfig
libgudev_includedir ${includedir}/gudev-1.0/gudev
girdir ${datadir}/gir-1.0
typelibsdir ${libdir}/girepository-1.0
])
Expand Down
5 changes: 0 additions & 5 deletions src/Makefile.am
Expand Up @@ -13,8 +13,3 @@ SUBDIRS += \
mtd_probe \
scsi_id \
v4l_id

if ENABLE_GUDEV
SUBDIRS += \
gudev
endif
169 changes: 0 additions & 169 deletions src/gudev/Makefile.am

This file was deleted.

75 changes: 0 additions & 75 deletions src/gudev/gjs-example.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/gudev/gudev-1.0.pc.in

This file was deleted.

32 changes: 0 additions & 32 deletions src/gudev/gudev.h

This file was deleted.

0 comments on commit 252150e

Please sign in to comment.