sched: move grinder configuration
[dpdk.git] / lib / meson.build
index dd20fe7..24adbe4 100644 (file)
@@ -67,6 +67,8 @@ libraries = [
 
 optional_libs = [
         'bitratestats',
+        'cfgfile',
+        'flow_classify',
         'gpudev',
         'gro',
         'gso',
@@ -76,7 +78,10 @@ optional_libs = [
         'metrics',
         'node',
         'pdump',
+        'pipeline',
+        'port',
         'power',
+        'table',
         'vhost',
 ]
 
@@ -166,6 +171,7 @@ foreach l:libraries
         install_headers(driver_sdk_headers)
     endif
     dpdk_chkinc_headers += headers
+    dpdk_chkinc_headers += driver_sdk_headers
 
     libname = 'rte_' + name
     includes += include_directories(l)