Skip to content

Commit 1675013

Browse files
committed
pkgconfig: Remove kmod.pc
There is only one remaining variable which can be printed with a depmod option, remove the file. Signed-off-by: Michal Suchanek <[email protected]>
1 parent 44301ed commit 1675013

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ libkmod_libkmod_internal_la_DEPENDENCIES = $(libkmod_libkmod_la_DEPENDENCIES)
121121
libkmod_libkmod_internal_la_LIBADD = $(libkmod_libkmod_la_LIBADD)
122122

123123
pkgconfig_DATA = libkmod/libkmod.pc
124-
noarch_pkgconfig_DATA = tools/kmod.pc
125124

126125
bashcompletiondir=@bashcompletiondir@
127126
dist_bashcompletion_DATA = \

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ AC_CONFIG_FILES([
299299
libkmod/docs/Makefile
300300
libkmod/docs/version.xml
301301
libkmod/libkmod.pc
302-
tools/kmod.pc
303302
])
304303

305304

meson.build

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -378,17 +378,6 @@ kmod = executable(
378378
install : get_option('tools'),
379379
)
380380

381-
_kmod_variables = [
382-
'module_directory=' + moduledir,
383-
]
384-
385-
pkg.generate(
386-
name : 'kmod',
387-
description : 'Tools to deal with kernel modules',
388-
install_dir : join_paths(get_option('datadir'), 'pkgconfig'),
389-
variables : _kmod_variables,
390-
)
391-
392381
_tools = [
393382
'depmod',
394383
'insmod',

tools/kmod.pc.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)