Skip to content

Commit

Permalink
pkgconfig: Remove kmod.pc
Browse files Browse the repository at this point in the history
There is only one remaining variable which can be printed with a depmod
option, remove the file.

Signed-off-by: Michal Suchanek <[email protected]>
  • Loading branch information
hramrach committed Sep 13, 2024
1 parent 6f2f4cb commit 0c1197f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ libkmod_libkmod_internal_la_DEPENDENCIES = $(libkmod_libkmod_la_DEPENDENCIES)
libkmod_libkmod_internal_la_LIBADD = $(libkmod_libkmod_la_LIBADD)

pkgconfig_DATA = libkmod/libkmod.pc
noarch_pkgconfig_DATA = tools/kmod.pc

bashcompletiondir=@bashcompletiondir@
dist_bashcompletion_DATA = \
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ AC_CONFIG_FILES([
libkmod/docs/Makefile
libkmod/docs/version.xml
libkmod/libkmod.pc
tools/kmod.pc
])


Expand Down
11 changes: 0 additions & 11 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,6 @@ kmod = executable(
install : get_option('tools'),
)

_kmod_variables = [
'module_directory=' + moduledir,
]

pkg.generate(
name : 'kmod',
description : 'Tools to deal with kernel modules',
install_dir : join_paths(get_option('datadir'), 'pkgconfig'),
variables : _kmod_variables,
)

_tools = [
'depmod',
'insmod',
Expand Down
5 changes: 0 additions & 5 deletions tools/kmod.pc.in

This file was deleted.

0 comments on commit 0c1197f

Please sign in to comment.