# Live Background Removal Lite v1.8.3
This update is all about making the plugin easier to build and package, especially on Linux distributions!
## What’s New
- **Flexible Dependency Handling (CMake):**
- You can now build the plugin using `pkg-config` to find dependencies (curl, fmt, ncnn) instead of relying on CMake configs.
- Just set `-DUSE_PKGCONFIG=ON` when building via CMake to let it use system libraries—great for packagers!
- **Arch & Flatpak Packaging:**
- Arch PKGBUILD and Flatpak YAML now use `-DUSE_PKGCONFIG=ON` for compatibility with system libraries.
- Flatpak manifest now sets install include dirs and prefix path, improving build and installation reliability.
- **Source Code Cleanliness:**
- All ncnn headers now use the correct `#include <ncnn/net.h>` form for better compatibility across systems.
- **Flatpak Metadata Streamlined:**
- Flatpak metainfo XML is simplified—release entries now use the short format and developer info is added.
---
Thanks to everyone who packages Live Background Removal Lite for Linux and helps new users get started!
If you build or maintain this plugin, this update should make your life a little easier.
Happy streaming! ✨