Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gsupplicant] Added libglibutil dependency to the .pc file
  • Loading branch information
monich committed Mar 3, 2017
1 parent 6cf17ca commit f49a8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -9,7 +9,7 @@ Package: libgsupplicant
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Client library for mce
Description: Client library for wpa_supplicant

Package: libgsupplicant-dev
Section: libdevel
Expand Down
2 changes: 1 addition & 1 deletion libgsupplicant.pc.in
Expand Up @@ -5,6 +5,6 @@ includedir=/usr/include
Name: libgsupplicant
Description: Client library for wpa_supplicant
Version: [version]
Requires: glib-2.0 gio-2.0
Requires: glib-2.0 gio-2.0 libglibutil
Libs: -L${libdir} -l${name}
Cflags: -I${includedir} -I${includedir}/${name}

0 comments on commit f49a8ff

Please sign in to comment.