mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Import Eric Anholts hash table implementation
Adapted from git://people.freedesktop.org/~anholt/hash_table.
This commit is contained in:
parent
a5db589efa
commit
f52e03ff47
8 changed files with 326 additions and 98 deletions
|
|
@ -17,12 +17,14 @@ libwayland-server.so : \
|
|||
event-loop.o \
|
||||
connection.o \
|
||||
wayland-util.o \
|
||||
wayland-hash.o \
|
||||
wayland-protocol.o
|
||||
|
||||
libwayland.so : \
|
||||
wayland-client.o \
|
||||
connection.o \
|
||||
wayland-util.o \
|
||||
wayland-hash.o \
|
||||
wayland-protocol.o
|
||||
|
||||
$(libs) : CFLAGS += -fPIC @FFI_CFLAGS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue