wok-next view libmnl/description.txt @ rev 19778

glib: no more libgio package:
As ldd show, libgio-2.0.so (from former libgio package) depends on libgobject-2.0.so.0, libgmodule-2.0.so.0, libglib-2.0.so.0 (from former glib package): libgio package depends on glib package.
In other hand, binaries from former glib package (gsettings, gapplication, gresource, gio-querymodules, glib-compile-resources, gdbus, gio) depends on libglib-2.0.so.0: glib package depends on libgio package.

Solution: packages was combined. Use 'glib' instead of 'libgio', as well as glib-dev instead of libgio-dev.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 16 14:56:07 2017 +0300 (2017-06-16)
parents
children
line source
1 libmnl is a minimalistic user-space library oriented to Netlink developers.
2 There are a lot of common tasks in parsing, validating, constructing of both the
3 Netlink header and TLVs that are repetitive and easy to get wrong. This library
4 aims to provide simple helpers that allows you to re-use code and to avoid
5 re-inventing the wheel.