cryptodev: fix clang C++ include
[dpdk.git] / lib / meson.build
index af4662e..24adbe4 100644 (file)
@@ -67,6 +67,8 @@ libraries = [
 
 optional_libs = [
         'bitratestats',
+        'cfgfile',
+        'flow_classify',
         'gpudev',
         'gro',
         'gso',
@@ -74,8 +76,12 @@ optional_libs = [
         'jobstats',
         'latencystats',
         'metrics',
+        'node',
         'pdump',
+        'pipeline',
+        'port',
         'power',
+        'table',
         'vhost',
 ]
 
@@ -165,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)