Skip to content

Commit 6566fa4

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 0f7557e commit 6566fa4

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
@@ -312,7 +312,6 @@ AC_CONFIG_FILES([
312312
libkmod/docs/Makefile
313313
libkmod/docs/version.xml
314314
libkmod/libkmod.pc
315-
tools/kmod.pc
316315
])
317316

318317

meson.build

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -414,17 +414,6 @@ kmod = executable(
414414
install : get_option('tools'),
415415
)
416416

417-
_kmod_variables = [
418-
'module_directory=' + moduledir,
419-
]
420-
421-
pkg.generate(
422-
name : 'kmod',
423-
description : 'Tools to deal with kernel modules',
424-
install_dir : join_paths(get_option('datadir'), 'pkgconfig'),
425-
variables : _kmod_variables,
426-
)
427-
428417
_tools = [
429418
'depmod',
430419
'insmod',

tools/kmod.pc.in

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

0 commit comments

Comments
 (0)