X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=e771d3484a8f0a83e0a0c067e07e720048e7f5ef;hb=65a45ecc76bbca1c167bd034d85827666084d83a;hp=d1e8e5239aa1a0365e50e4e6c87414ed32b3b519;hpb=e09848337cac0f18833557034b181a48af517193;p=dpdk.git diff --git a/meson.build b/meson.build index d1e8e5239a..e771d3484a 100644 --- a/meson.build +++ b/meson.build @@ -31,8 +31,8 @@ global_inc = include_directories('.', 'config', subdir('config') # build libs and drivers -subdir('lib') subdir('buildtools') +subdir('lib') subdir('drivers') # build binaries and installable tools @@ -42,10 +42,9 @@ subdir('app') # build docs subdir('doc') -# build any examples explicitly requested - useful for developers -if get_option('examples') != '' - subdir('examples') -endif +# build any examples explicitly requested - useful for developers - and +# install any example code into the appropriate install path +subdir('examples') # build kernel modules if enabled if get_option('enable_kmods') @@ -70,6 +69,8 @@ pkg.generate(name: meson.project_name(), libraries: dpdk_libraries, libraries_private: dpdk_drivers + dpdk_static_libraries + ['-Wl,-Bdynamic'] + dpdk_extra_ldflags, + requires: libbsd, # apps using rte_string_fns.h may need this if enabled + # if libbsd is not enabled, then this is blank description: '''The Data Plane Development Kit (DPDK). Note that CFLAGS might contain an -march flag higher than typical baseline. This is required for a number of static inline functions in the public headers.''',