build: set compat lib as universal dependency
[dpdk.git] / lib / librte_eal / meson.build
index 38e4c65..6fb2ef1 100644 (file)
@@ -46,6 +46,7 @@ endif
 
 version = 6  # the version of the EAL API
 allow_experimental_apis = true
+deps += 'compat'
 cflags += '-D_GNU_SOURCE'
 sources = common_sources + env_sources
 objs = common_objs + env_objs