use xemil instead of libconfig
This commit is contained in:
parent
3cf59d76a6
commit
46c31fcdfd
12 changed files with 111 additions and 70 deletions
|
|
@ -2,5 +2,8 @@ include(MDEBase)
|
|||
include(MDEPkgConfig)
|
||||
mde_setup_library(SeparatorModule ${CMAKE_INSTALL_LIBDIR}/mpanel)
|
||||
|
||||
mde_pkg_config_add(SeparatorModule libconfig)
|
||||
|
||||
target_link_libraries(
|
||||
SeparatorModule
|
||||
PRIVATE
|
||||
xemil
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <Mw/Milsko.h>
|
||||
#include <libconfig.h>
|
||||
#include <xemil.h>
|
||||
|
||||
void module(MwWidget box, config_setting_t* setting) {
|
||||
void module(MwWidget box, xl_node_t* node) {
|
||||
MwVaCreateWidget(MwSeparatorClass, "separator", box, 0, 0, 0, 0,
|
||||
MwNfixedSize, 10,
|
||||
MwNorientation, MwVERTICAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue