forked from external/yambar
tllist: use tllist from external git repository
This commit is contained in:
parent
736e07b15e
commit
0550d2799d
14 changed files with 22 additions and 171 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "alsa"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
|
@ -10,7 +12,6 @@
|
|||
#include "../config-verify.h"
|
||||
#include "../config.h"
|
||||
#include "../plugin.h"
|
||||
#include "../tllist.h"
|
||||
|
||||
struct private {
|
||||
char *card;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module_sdk = declare_dependency(dependencies: [freetype, pixman, threads])
|
||||
module_sdk = declare_dependency(dependencies: [freetype, pixman, threads, tllist])
|
||||
|
||||
modules = []
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "network"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
|
@ -21,7 +23,6 @@
|
|||
#include "../config-verify.h"
|
||||
#include "../module.h"
|
||||
#include "../plugin.h"
|
||||
#include "../tllist.h"
|
||||
|
||||
struct af_addr {
|
||||
int family;
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
|
||||
#include <libudev.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "removables"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
|
@ -20,7 +22,6 @@
|
|||
#include "../config-verify.h"
|
||||
#include "../particles/dynlist.h"
|
||||
#include "../plugin.h"
|
||||
#include "../tllist.h"
|
||||
|
||||
typedef tll(char *) mount_point_list_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue