Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy change #374

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ You can find other (likely outdated) [videos here](https://github.com/Eeems/oxid
1. Install [toltecmk](https://pypi.org/project/toltecmk/)
2. Run `make package`
3. The ipk files can be found in the `dist/` folder

1 change: 1 addition & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ libsentry() {
install -D -m 755 -t "$pkgdir"/opt/lib "$srcdir"/release/opt/lib/libsentry.so
}
}

1 change: 1 addition & 0 deletions shared/sentry/sentry.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sentry_makefile.commands = \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_SHARED_LIBS=ON \
-DSENTRY_INTEGRATION_QT=ON \
-DQT_DEFAULT_MAJOR_VERSION=5 \
-DSENTRY_TRANSPORT=curl \
-DSENTRY_BACKEND=breakpad \
-DSENTRY_BREAKPAD_SYSTEM=OFF \
Expand Down
Loading